Skip to content

Commit 305b6a5

Browse files
committed
ci: bump to node v18.17 for URL.canParse
1 parent 6a3c288 commit 305b6a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/workflow.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
include:
5555
- os: ubuntu-24.04
5656
# Earliest supported version
57-
node-version: '18.14.0'
57+
node-version: '18.17.0'
5858
deno-version: 'v2.2.4'
5959
fail-fast: false
6060
steps:
@@ -112,23 +112,23 @@ jobs:
112112
# We test on the oldest supported Node.js version, but only with a
113113
# single combination (Ubuntu)
114114
- os: ubuntu-24.04
115-
node-version: '18.14.0'
115+
node-version: '18.17.0'
116116
install-command: npm ci
117117
machine: '0'
118118
- os: ubuntu-24.04
119-
node-version: '18.14.0'
119+
node-version: '18.17.0'
120120
install-command: npm ci
121121
machine: '1'
122122
- os: ubuntu-24.04
123-
node-version: '18.14.0'
123+
node-version: '18.17.0'
124124
install-command: npm ci
125125
machine: '2'
126126
- os: ubuntu-24.04
127-
node-version: '18.14.0'
127+
node-version: '18.17.0'
128128
install-command: npm ci
129129
machine: '3'
130130
- os: ubuntu-24.04
131-
node-version: '18.14.0'
131+
node-version: '18.17.0'
132132
install-command: npm ci
133133
machine: '4'
134134
fail-fast: false

0 commit comments

Comments
 (0)