Skip to content

Commit

Permalink
Merge pull request #12 from gapitio/ci/set-node-to-v14
Browse files Browse the repository at this point in the history
ci(publish): use node v14 when publishing
  • Loading branch information
ZuperZee authored Feb 24, 2021
2 parents 8ddae6e + 4fb8d14 commit 40f1c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v1
with:
node-version: 14.x
registry-url: https://registry.npmjs.org/
scope: "@gapit"

Expand Down

0 comments on commit 40f1c82

Please sign in to comment.