Skip to content

Commit

Permalink
fix: node version in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeLamanda committed Oct 1, 2021
1 parent ccf9bcf commit 01cf4ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10
node-version: lts/*
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit 01cf4ea

Please sign in to comment.