Skip to content

Commit 5afec08

Browse files
chore(deps): update dependency node to v22
1 parent ec2b1fb commit 5afec08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: actions/setup-node@v4
77
with:
8-
node-version: 18
8+
node-version: 22
99
- name: Get yarn cache directory path
1010
shell: bash
1111
id: yarn-cache-dir-path

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
23+
node-version: 22
2424
- uses: './.github/setup'
2525
- name: install dependencies
2626
run: yarn install

0 commit comments

Comments
 (0)