Skip to content

Commit 0fb9b23

Browse files
authored
chore(deps): update dependency node to v22 (#934)
1 parent 56aa8fa commit 0fb9b23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '20'
22+
node-version: '22'
2323
- run: npm ci --foreground-scripts
2424
- run: npm run check
2525
if: ${{ matrix.os == 'ubuntu-latest' }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '20'
26+
node-version: '22'
2727
- name: Install dependencies
2828
run: npm ci
2929
- name: Setup release environment

0 commit comments

Comments
 (0)