Skip to content

Commit 020c19b

Browse files
committed
ci: new node
1 parent 502b259 commit 020c19b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: '20'
17+
node-version: '22'
1818
cache: 'npm'
1919

2020
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

12-
- name: Setup Node
12+
- name: Setup Node.js
1313
uses: actions/setup-node@v4
14+
with:
15+
node-version: '22'
16+
cache: 'npm'
1417

1518
- name: Install Node dependencies
1619
run: npm ci

0 commit comments

Comments
 (0)