Skip to content

Commit 3d2f56f

Browse files
committed
Update GH actions
1 parent db749fd commit 3d2f56f

File tree

4 files changed

+44
-175
lines changed

4 files changed

+44
-175
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929
with:
3030
# We must fetch at least the immediate parents so that if this is
3131
# a pull request then we can checkout the head.

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18.x]
14+
node-version: [20.x]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Use Node.js ${{ matrix.node-version }}

package-lock.json

+42-172
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"@typescript-eslint/eslint-plugin": "6.21.0",
4545
"@typescript-eslint/parser": "6.21.0",
4646
"@vitejs/plugin-react": "4.2.1",
47-
"@vitest/coverage-c8": "0.32.4",
4847
"@vitest/ui": "1.3.1",
4948
"cypress": "^13.0.0",
5049
"eslint": "8.48.0",

0 commit comments

Comments
 (0)