Skip to content

Commit

Permalink
Update Node.js version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Codycody31 committed Nov 21, 2023
1 parent 7a9df0a commit 6dd9f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- name: 📚 checkout
uses: actions/[email protected]
- name: 🟢 node
uses: actions/setup-node@v1.4.2
uses: actions/setup-node@v3
with:
node-version: 18
node-version: "18.x"
registry-url: https://registry.npmjs.org
- name: 🚀 publish
run: npm publish --access public
Expand Down

0 comments on commit 6dd9f55

Please sign in to comment.