Skip to content

Commit

Permalink
fix: release with Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored Mar 17, 2023
1 parent 0885658 commit 6965a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 14
node-version: 18
- name: Install dependencies
run: |
npm install --no-progress --no-package-lock --no-save
Expand Down

0 comments on commit 6965a1d

Please sign in to comment.