Skip to content

Commit ce96af2

Browse files
committed
chore: use node v14 for shipjs actions
1 parent 7f38e18 commit ce96af2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/shipjs-manual-prepare.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
ref: main
17-
- uses: actions/setup-node@v1
17+
- uses: actions/setup-node@v2
18+
with:
19+
node-version: '14'
1820
- run: |
1921
if [ -f "yarn.lock" ]; then
2022
yarn install

.github/workflows/shipjs-trigger.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
ref: main
16-
- uses: actions/setup-node@v1
16+
- uses: actions/setup-node@v2
1717
with:
18+
node-version: '14'
1819
registry-url: "https://registry.npmjs.org"
1920
- run: |
2021
if [ -f "yarn.lock" ]; then

0 commit comments

Comments
 (0)