Skip to content

Commit

Permalink
ci(release): use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 31, 2021
1 parent 91f5e90 commit 5715d67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: "12.x"
node-version: 16
cache: npm
- run: npm ci
- run: npm run build
- run: rm .gitignore # dist/ folder is ignored by default
Expand Down

0 comments on commit 5715d67

Please sign in to comment.