We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74efad commit fd8bffdCopy full SHA for fd8bffd
.github/workflows/main.yml
@@ -15,24 +15,23 @@ jobs:
15
node-version: ['22.11.0']
16
17
runs-on: ubuntu-24.04
18
-
19
steps:
20
- name: Checkout Code
21
uses: actions/checkout@v4
22
23
- - name: Setup Node.js
24
- uses: actions/setup-node@v4
25
- with:
26
- cache: 'yarn'
27
+
28
- name: Enable Corepack
29
run: corepack enable
30
+ - name: Setup Node.js
+ uses: actions/setup-node@v4
+ with:
+ cache: 'yarn'
31
- name: Use Yarn 4.4.0
32
run: corepack prepare [email protected] --activate
33
34
- name: Install Dependencies
35
- run: yarn install
+ run: yarn install --immutable
36
37
- name: Run Linter
38
run: yarn rw lint
0 commit comments