Skip to content

Commit 972711a

Browse files
authored
refactor: updated node version (#2910)
* refactor: updated node version * Update action.yml
1 parent a68d90a commit 972711a

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
@@ -22,7 +22,7 @@ runs:
2222
# https://github.com/actions/setup-node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 22
2626

2727
- name: Display node and npm version
2828
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)