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 d636db7 commit 1cdd7a1Copy full SHA for 1cdd7a1
.github/workflows/ci.yml
@@ -25,25 +25,17 @@ jobs:
25
with:
26
node-version: ${{ matrix.node }}
27
28
- - name: Enable Corepack
29
- run: corepack enable
30
-
31
- name: Setup Node.js ${{ matrix.node }} with cache
32
uses: actions/setup-node@v4
33
34
35
cache: yarn
36
- env:
37
- YARN_IGNORE_NODE: 1
38
39
- name: Install Dependencies
40
- run: yarn --immutable
41
42
+ run: yarn
43
44
- name: Build, Lint and Test
45
- run: yarn run-s build lint test typecov
+ run: yarn run-s build lint test
46
env:
47
EFF_NO_LINK_RULES: true
48
PARSER_NO_WATCH: true
49
0 commit comments