Skip to content

Commit 5133267

Browse files
committed
Update to Node 20.11 (Some syntax used in webpack.config needs this minimum version)
1 parent ec7c676 commit 5133267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: '18'
15+
node-version: '20.11'
1616
- name: Setup Fastly CLI
1717
uses: fastly/compute-actions/setup@v5
1818
- name: Install Dependencies

0 commit comments

Comments
 (0)