Skip to content

Commit

Permalink
fix: Update node version for the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Aug 26, 2022
1 parent accdc7a commit 4bb679c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- run: npm install --no-package-lock
name: Install dev dependencies
- run: npm run build
Expand Down

0 comments on commit 4bb679c

Please sign in to comment.