Skip to content

Commit

Permalink
upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 committed Jan 20, 2024
1 parent fc22ed7 commit 3c65fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.17
cache: "pnpm"

- name: Use cached node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Use Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18.17
cache: "pnpm"

- name: Use cached node_modules
Expand Down

0 comments on commit 3c65fa1

Please sign in to comment.