Skip to content

Commit 4db270b

Browse files
authored
chore: bump node to v20 LTS on all the ci workflows (#536)
Co-authored-by: nd0ut <[email protected]>
1 parent d824ac3 commit 4db270b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
steps:
1010
- name: Checkout 🛎️
1111
uses: actions/checkout@v3
12-
- uses: actions/setup-node@v2
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: '16'
14+
node-version: 20
1515
- name: Install and Build 🔧
1616
run: |
1717
npm i

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
with:
99
fetch-depth: 0
1010
ref: master
11-
- uses: actions/setup-node@v2
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '16'
13+
node-version: 20
1414
- run: npm ci
1515
- run: |
1616
git config --global user.email "github-actions[bot]@users.noreply.github.com"

.github/workflows/shipjs-trigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
ref: master
16-
- uses: actions/setup-node@v2
16+
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '16'
18+
node-version: 20
1919
- run: npm ci
2020
- run: npx shipjs trigger
2121
env:

0 commit comments

Comments
 (0)