Skip to content

Commit e962a83

Browse files
committed
Upgrading node version in github action workflows
1 parent 4434248 commit e962a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/eslint-validation-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 20
26+
node-version: 22
2727

2828
- name: Run ESLint
2929
working-directory: ${{ matrix.dir }}

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
cache: "npm"
20-
node-version: 18
20+
node-version: 22
2121
cache-dependency-path: '**/package-lock.json'
2222

2323
- name: Create packages

0 commit comments

Comments
 (0)