Skip to content

Commit

Permalink
fix: upgrade node 18 in release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed May 16, 2023
1 parent 57c4acc commit 92a2f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: "🔧 setup node"
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: "🔧 install npm@latest"
run: npm i -g npm@latest
Expand Down

0 comments on commit 92a2f86

Please sign in to comment.