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 93e8963 commit 977dd9dCopy full SHA for 977dd9d
.github/workflows/ci-workflow.yaml
@@ -36,7 +36,7 @@ jobs:
36
run: node -v
37
38
- name: Install dependencies
39
- run: yarn install --frozen-lockfile
+ run: yarn install
40
41
# - name: Lint code
42
# run: yarn lint:all
.github/workflows/run-tests.yml
@@ -29,6 +29,13 @@ jobs:
29
runs-on: ubuntu-latest
30
steps:
31
- uses: actions/checkout@v4
32
+
33
+ - name: Enable Corepack
34
+ run: corepack enable
35
+ - name: Set Yarn Version
+ run: corepack prepare yarn@4.4.1 --activate
- name: Use Node.js
uses: actions/setup-node@v3
with:
0 commit comments