Skip to content

Commit e3663d9

Browse files
committed
chore: try enabling the correct setup
1 parent 6415978 commit e3663d9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pkg.pr.new.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
pull_request:
99

1010
env:
11-
# NODE_VER: 24.14
12-
NODE_VER: 18.20
11+
NODE_VER: 24.14
1312
WORKING_DIR: packages/next-auth
1413

1514
defaults:
@@ -27,14 +26,14 @@ jobs:
2726
name: Install pnpm
2827
with:
2928
run_install: false
30-
# cache-dependency-path: ${{ env.WORKING_DIR }}/pnpm-lock.yaml
29+
cache-dependency-path: ${{ env.WORKING_DIR }}/pnpm-lock.yaml
3130

3231
- name: Use Node.js ${{ env.NODE_VER }}
3332
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
3433
with:
3534
node-version: ${{ env.NODE_VER }}
3635
cache: pnpm
37-
# cache-dependency-path: ${{ env.WORKING_DIR }}/pnpm-lock.yaml
36+
cache-dependency-path: ${{ env.WORKING_DIR }}/pnpm-lock.yaml
3837

3938
- name: Install deps
4039
run: pnpm i

0 commit comments

Comments
 (0)