Skip to content

Commit 902e2eb

Browse files
committed
Switching from Node 18 to Node 22
1 parent c659d17 commit 902e2eb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Use Node.js 18
17+
- name: Use Node.js 22
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '18.x'
20+
node-version: '22.x'
2121

2222
- run: npm ci
2323

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
name: Build and Test
1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Use Node.js 18
19+
- name: Use Node.js 22
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '18.x'
22+
node-version: '22.x'
2323
- run: npm ci
2424
- run: npm run build --if-present
2525
- run: npm test

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.15.0

0 commit comments

Comments
 (0)