Skip to content

Commit 1773960

Browse files
committed
Use node-version: '22' in setup-node steps
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent d4e6351 commit 1773960

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Use Node.js 10.x
2424
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2525
with:
26-
node-version: 10.x
26+
node-version: '22'
2727

2828
- name: Build
2929
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Use Node.js
2323
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2424
with:
25-
node-version: 10.x
25+
node-version: '22'
2626

2727
- name: Build
2828
run: |

0 commit comments

Comments
 (0)