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 02ef1d1 commit 389227aCopy full SHA for 389227a
1 file changed
.github/workflows/code-checks.yml
@@ -16,15 +16,6 @@ jobs:
16
steps:
17
- name: Git checkout
18
uses: actions/checkout@v6
19
-
20
- - name: Use Node.js 22
21
- uses: actions/setup-node@v6
22
- with:
23
- node-version: 22
24
- cache: "pnpm"
25
- - name: corepack
26
- run: corepack enable
27
28
- name: Cache turbo build setup
29
uses: actions/cache@v5
30
with:
@@ -36,10 +27,16 @@ jobs:
36
uses: pnpm/action-setup@v4
37
38
run_install: false
+ - name: Use Node.js 22
31
+ uses: actions/setup-node@v6
32
+ with:
33
+ node-version: 22
34
+ cache: "pnpm"
35
+ - name: corepack
+ run: corepack enable
39
- name: Install dependencies
40
run: |
41
export COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')"
42
pnpm install
43
44
- name: turbo-checks
45
run: pnpm run turbo-checks
0 commit comments