Skip to content

Commit 363c0f9

Browse files
chore(CI): upgrade Node (#384)
1 parent 232a4cd commit 363c0f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
with:
1616
access_token: ${{ secrets.GITHUB_TOKEN }}
1717
- name: Checkout repo
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
- name: Setup node
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: '14.x'
22+
node-version: '20.x'
2323
- name: Install deps
2424
run: yarn install
2525
- name: Check for regressions
@@ -40,11 +40,11 @@ jobs:
4040
with:
4141
access_token: ${{ secrets.GITHUB_TOKEN }}
4242
- name: Checkout repo
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v4
4444
- name: Setup node
45-
uses: actions/setup-node@v2
45+
uses: actions/setup-node@v4
4646
with:
47-
node-version: '14.x'
47+
node-version: '20.x'
4848
- name: Install deps
4949
# this runs a build script so there is no dedicated build
5050
run: yarn install

0 commit comments

Comments
 (0)