Skip to content

Commit

Permalink
Merge pull request #1302 from jplag/node-version
Browse files Browse the repository at this point in the history
Move to nodejs 18
  • Loading branch information
sebinside authored Sep 18, 2023
2 parents 0fe97ee + 3b6050a commit 86a1720
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"

- name: Set version of Report Viewer
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"

- name: Set version of Report Viewer
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"

- name: Install and Test 🧪
working-directory: report-viewer
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report-viewer-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Report Viewer ESLint Workflow # Checks linting of report viewer
on:
workflow_dispatch:
push:
path:
paths:
- ".github/workflows/report-viewer-lint.yml"
- "report-viewer/**"
pull_request:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"

- name: Install and Lint 🎨
working-directory: report-viewer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"

- name: Install and Check 🎨
working-directory: report-viewer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"

- name: Install and Test 🧪
working-directory: report-viewer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"

- name: Set version of Report Viewer
shell: bash
Expand Down
8 changes: 4 additions & 4 deletions report-viewer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion report-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@playwright/test": "^1.37.1",
"@rushstack/eslint-patch": "^1.3.3",
"@types/jsdom": "^21.1.2",
"@types/node": "^20.6.0",
"@types/node": "^18.11.9",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
Expand Down

0 comments on commit 86a1720

Please sign in to comment.