Skip to content

Commit 3adeec8

Browse files
authored
chore: bump node versions (#2)
1 parent 20cd3c7 commit 3adeec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v3
3232
- uses: actions/setup-node@v3
3333
with:
34-
node-version: '18'
34+
node-version: '20'
3535
cache: 'yarn'
3636
- name: Run lint
3737
run: |
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v3
4848
- uses: actions/setup-node@v3
4949
with:
50-
node-version: '18'
50+
node-version: '20'
5151
cache: 'yarn'
5252
- name: Build bundles
5353
run: |
@@ -100,7 +100,7 @@ jobs:
100100
uses: actions/checkout@v3
101101
- uses: actions/setup-node@v3
102102
with:
103-
node-version: '18'
103+
node-version: '20'
104104
cache: 'yarn'
105105
- name: Download build artifacts
106106
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)