Skip to content

Commit

Permalink
Update Node.js version in workflow
Browse files Browse the repository at this point in the history
This commit updates the Node.js version used in the Github Actions workflow release.yml from 14 to 18. This ensures our actions are run on a more updated, and potentially more efficient, version of Node.js.
  • Loading branch information
justinbarry committed Dec 15, 2023
1 parent d17c027 commit 8297fa9
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 @@ -18,7 +18,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- name: install pnpm
run: npm i pnpm@latest -g
- name: Setup npmrc
Expand Down

0 comments on commit 8297fa9

Please sign in to comment.