Skip to content

Commit

Permalink
Merge pull request #36 from EoinTraynor/bump-node-version-on-deploy-a…
Browse files Browse the repository at this point in the history
…ction

Upgrade node to v16 on deployment action
  • Loading branch information
EoinTraynor committed Nov 16, 2021
2 parents 9ebe837 + c6b0715 commit e150e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci --ignore-scripts
- run: npm run build
Expand Down

0 comments on commit e150e0d

Please sign in to comment.