Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to nodejs 18 #1302

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
node v18
Kr0nox committed Sep 18, 2023

Verified

This commit was signed with the committer’s verified signature.
Kr0nox Alex | Kronox
commit 3b6050acab93c71f5dbf5939d72c1f8202da0e8e
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer-build-test.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer-dev.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer-e2e.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .github/workflows/report-viewer-lint.yml
Original file line number Diff line number Diff line change
@@ -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:
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer-prettier.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer-unit.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer.yml
Original file line number Diff line number Diff line change
@@ -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
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
@@ -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",