Skip to content

Commit d226689

Browse files
Upgrade node version for github action
1 parent 3c4af11 commit d226689

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: '14.x'
19+
node-version: '22.x'
2020
registry-url: 'https://registry.npmjs.org'
2121
cache: 'npm'
2222
always-auth: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Use Node.js
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: 14.x
14+
node-version: 22.x
1515
- name: Install dependencies
1616
run: npm install
1717
- name: Run tests

0 commit comments

Comments
 (0)