Skip to content

Commit 7594e0c

Browse files
chore(deps): update dependency node to v22
1 parent abbcf42 commit 7594e0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Node.js 18.x
1919
uses: actions/setup-node@v5
2020
with:
21-
node-version: 18.x
21+
node-version: 22.x
2222
cache: 'npm'
2323
registry-url: 'https://registry.npmjs.org/'
2424

@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Node.js 18.x
3939
uses: actions/setup-node@v5
4040
with:
41-
node-version: 18.x
41+
node-version: 22.x
4242
cache: 'npm'
4343
registry-url: 'https://registry.npmjs.org/'
4444

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js 18.x
1717
uses: actions/setup-node@v5
1818
with:
19-
node-version: 18.x
19+
node-version: 22.x
2020
cache: 'npm'
2121
registry-url: 'https://registry.npmjs.org/'
2222

0 commit comments

Comments
 (0)