We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cd3c7 commit 3adeec8Copy full SHA for 3adeec8
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v3
32
- uses: actions/setup-node@v3
33
with:
34
- node-version: '18'
+ node-version: '20'
35
cache: 'yarn'
36
- name: Run lint
37
run: |
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
- name: Build bundles
53
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
- name: Download build artifacts
106
uses: actions/download-artifact@v3
0 commit comments