Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed May 27, 2024
1 parent 335952f commit 202b5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# pnpm
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 22.x
cache: "pnpm"

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 22.x
cache: "pnpm"
- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit 202b5a5

Please sign in to comment.