Skip to content

Commit 939fefd

Browse files
committed
ci.yml
1 parent 52483e0 commit 939fefd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: actions/setup-node@v4
9-
with:
10-
node-version: '22'
11-
cache: 'pnpm'
128
- name: Get PNPM version from package.json
139
id: pnpm-version
1410
shell: bash
1511
run: echo "pnpm_version=$(node -p 'require(`./package.json`).engines.pnpm')" >> $GITHUB_OUTPUT
1612
- uses: pnpm/action-setup@v4
1713
with:
1814
version: ${{ steps.pnpm-version.outputs.pnpm_version }}
15+
- uses: actions/setup-node@v4
16+
with:
17+
node-version: '22'
18+
cache: 'pnpm'
1919
- run: pnpm install
2020
- run: pnpm run type-check
2121
- run: pnpm run check

0 commit comments

Comments
 (0)