1 parent 52483e0 commit 939fefdCopy full SHA for 939fefd
1 file changed
.github/workflows/ci.yml
@@ -5,17 +5,17 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
8
- - uses: actions/setup-node@v4
9
- with:
10
- node-version: '22'
11
- cache: 'pnpm'
12
- name: Get PNPM version from package.json
13
id: pnpm-version
14
shell: bash
15
run: echo "pnpm_version=$(node -p 'require(`./package.json`).engines.pnpm')" >> $GITHUB_OUTPUT
16
- uses: pnpm/action-setup@v4
17
with:
18
version: ${{ steps.pnpm-version.outputs.pnpm_version }}
+ - uses: actions/setup-node@v4
+ with:
+ node-version: '22'
+ cache: 'pnpm'
19
- run: pnpm install
20
- run: pnpm run type-check
21
- run: pnpm run check
0 commit comments