8000
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 b44696e commit 61495f6Copy full SHA for 61495f6
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
version: 8.5.0
17
- uses: actions/setup-node@v3
18
with:
19
- node-version: '18'
+ node-version: '16'
20
cache: 'pnpm'
21
- run: pnpm install
22
- run: pnpm test:webpack4
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
+ node-version: '20'
34
35
36
- run: pnpm test
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
- run: pnpm test:match-resource
0 commit comments