Skip to content

Commit 3dd9180

Browse files
committed
upgrade node version in for the bundle analysis workflow
1 parent b58566c commit 3dd9180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nextjs-bundle-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 18
38+
node-version: 20
3939

4040
- name: Install bundle analyzer dependency globally
4141
run: npm install -g @next/bundle-analyzer

0 commit comments

Comments
 (0)