Skip to content

Commit 92beb81

Browse files
authored
chore(workflows): update Node.js version to 22 in CI configurations
2 parents 5943485 + 7fbe8d0 commit 92beb81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: ["20"]
14+
node: ["22"]
1515
name: node.js_${{ matrix.node }}_test
1616
steps:
1717
- uses: actions/checkout@v3

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup node
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: 20
16+
node-version: 22
1717
- name: NPM install
1818
run: SKIP_POSTINSTALL=yes npm i
1919
- name: Prettier Lint Check

0 commit comments

Comments
 (0)