Skip to content

Commit eaaed66

Browse files
committed
Fix Node.js version for Next.js build
1 parent f4b7440 commit eaaed66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/webpack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: bun install
32+
env:
33+
NODE_VERSION: ${{ matrix.node-version }}
3234

3335
- name: Build
3436
run: bun run build

0 commit comments

Comments
 (0)