Skip to content

Commit

Permalink
refactor: updated to Node 18 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Aug 17, 2023
1 parent c47fc52 commit 5f77946
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 @@ -8,7 +8,7 @@ runs:
# https://github.com/actions/setup-node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- 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 @@
16
18

0 comments on commit 5f77946

Please sign in to comment.