Skip to content

Commit

Permalink
refactor: updated node version (#2910)
Browse files Browse the repository at this point in the history
* refactor: updated node version

* Update action.yml
  • Loading branch information
mfranzke authored Dec 18, 2024
1 parent a68d90a commit 972711a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/npm-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
# https://github.com/actions/setup-node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Display node and npm version
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22

0 comments on commit 972711a

Please sign in to comment.