Skip to content

Commit a9a877f

Browse files
author
Cai Congcong
committed
fix
1 parent dffa76f commit a9a877f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Use Node.js 16.x
15-
uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v3
1615
with:
17-
node-version: 16.x
16+
node-version: 22.x
1817
cache: "npm"
1918
- run: npm ci
2019
- run: npm run lint

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: "18.x"
15+
node-version: "22.x"
1616
- name: Install dependencies
1717
run: npm ci
1818

0 commit comments

Comments
 (0)