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 46974d7 commit e1de3dc
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 @@ -37,7 +37,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3.6.0
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 e1de3dc

Please sign in to comment.