Skip to content

Commit 44c9931

Browse files
committed
chore: fix node version for shipjs
1 parent 8741e20 commit 44c9931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/shipjs-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v1
1717
with:
1818
registry-url: 'https://registry.npmjs.org'
19+
node-version: '14'
1920
- run: |
2021
if [ -f "yarn.lock" ]; then
2122
yarn install

0 commit comments

Comments
 (0)