|
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
- name: Setup Node.js
|
|
|
uses: actions/setup-node@v4
|
|
|
with:
|
|
|
- node-version: 22
|
|
|
+ node-version-file: .node-version
|
|
|
- name: Check version sync
|
|
|
run: node scripts/check-version-sync.js
|
|
|
|
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
- uses: pnpm/action-setup@v4
|
|
|
- uses: actions/setup-node@v4
|
|
|
with:
|
|
|
- node-version: 20
|
|
|
+ node-version-file: .node-version
|
|
|
cache: pnpm
|
|
|
- run: pnpm install --frozen-lockfile
|
|
|
- run: pnpm lint
|
|
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
- uses: pnpm/action-setup@v4
|
|
|
- uses: actions/setup-node@v4
|
|
|
with:
|
|
|
- node-version: 20
|
|
|
+ node-version-file: .node-version
|
|
|
cache: pnpm
|
|
|
- run: pnpm install --frozen-lockfile
|
|
|
- name: Build packages
|
|
|
@@ -61,7 +61,7 @@ jobs:
|
|
|
- uses: pnpm/action-setup@v4
|
|
|
- uses: actions/setup-node@v4
|
|
|
with:
|
|
|
- node-version: 20
|
|
|
+ node-version-file: .node-version
|
|
|
cache: pnpm
|
|
|
- run: pnpm install --frozen-lockfile
|
|
|
- run: pnpm type-check
|