Skip to content

Commit 4208f69

Browse files
authored
refactor: updated node version (#626)
* refactor: updated node version * Update action.yml
1 parent 0d05a55 commit 4208f69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/npm-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
# https://github.com/actions/setup-node
99
uses: actions/setup-node@v4
1010
with:
11-
node-version: 20
11+
node-version: 22
1212

1313
- name: Display node and npm version
1414
shell: bash

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

0 commit comments

Comments
 (0)