Skip to content

Commit 45e0f5e

Browse files
committed
chore: update node version for GitHub Actions
1 parent cb90925 commit 45e0f5e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88

99
jobs:
1010
lint:
11-
name: Lint (node.js 20 on ubuntu-latest)
11+
name: Lint (node.js 22 on ubuntu-latest)
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15-
- name: Use node.js 20
15+
- name: Use node.js 22
1616
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1717
with:
18-
node-version: 20
18+
node-version: 22
1919
- name: Install npm@v10
2020
run: npm i -g npm@v10
2121
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88

99
jobs:
1010
test:
11-
name: Test (node.js 20 on ubuntu-latest)
11+
name: Test (node.js 22 on ubuntu-latest)
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15-
- name: Use node.js 20
15+
- name: Use node.js 22
1616
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1717
with:
18-
node-version: 20
18+
node-version: 22
1919
- name: Install npm@v10
2020
run: npm i -g npm@v10
2121
- name: Install dependencies

0 commit comments

Comments
 (0)