Skip to content

Commit

Permalink
fix: set node version in setup-node for shipjs trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Aug 23, 2021
1 parent cb0a4ba commit 1dfa83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup node env 📦
uses: actions/setup-node@v2.4.0
with:
node-version: ${{ matrix.node }}
node-version: 16
check-latest: true
registry-url: https://registry.npmjs.org
cache: 'npm'
Expand Down

0 comments on commit 1dfa83c

Please sign in to comment.