Skip to content

Commit

Permalink
Fixed nodejs version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Oct 7, 2022
1 parent 4817f1d commit 4934bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run prepare-release
Expand Down

0 comments on commit 4934bcd

Please sign in to comment.