Skip to content

Commit 0151565

Browse files
Update dependency node to v22 (#313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b76db5 commit 0151565

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js 16.x
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: '16.x'
17+
node-version: '22.x'
1818
always-auth: true
1919
registry-url: https://registry.npmjs.org
2020
- id: cache_npm
@@ -55,7 +55,7 @@ jobs:
5555
- name: Use Node.js 16.x
5656
uses: actions/setup-node@v4
5757
with:
58-
node-version: '16.x'
58+
node-version: '22.x'
5959
always-auth: true
6060
registry-url: https://registry.npmjs.org
6161
- name: Restore node_modules artifact
@@ -89,7 +89,7 @@ jobs:
8989
- name: Use Node.js 16.x
9090
uses: actions/setup-node@v4
9191
with:
92-
node-version: '16.x'
92+
node-version: '22.x'
9393
always-auth: true
9494
registry-url: https://registry.npmjs.org
9595
- name: Restore node_modules artifact
@@ -125,7 +125,7 @@ jobs:
125125
- name: Use Node.js 16.x
126126
uses: actions/setup-node@v4
127127
with:
128-
node-version: '16.x'
128+
node-version: '22.x'
129129
always-auth: true
130130
registry-url: https://registry.npmjs.org
131131
- name: Restore node_modules artifact

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js 16.x
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '16.x'
20+
node-version: '22.x'
2121
always-auth: true
2222
registry-url: https://registry.npmjs.org
2323
# Dependencies

0 commit comments

Comments
 (0)