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 e645d71 commit 1688900Copy full SHA for 1688900
.github/workflows/main.yml
@@ -18,6 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
21
+ - run: corepack enable
22
- uses: actions/setup-node@v4
23
with:
24
node-version: ${{ env.NODE }}
@@ -30,6 +31,7 @@ jobs:
30
31
32
33
34
35
36
37
@@ -52,6 +54,7 @@ jobs:
52
54
runs-on: ${{ matrix.os }}
53
55
56
57
58
59
60
node-version: ${{ matrix.node-version }}
@@ -71,6 +74,7 @@ jobs:
71
74
- test
72
75
73
76
77
78
79
80
0 commit comments