Skip to content

Commit e925f10

Browse files
authored
build(devs-infra): replace node 12 with node 18 for CI (#3766)
1 parent 31b83f3 commit e925f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node-version: [12.x, 14.x, 16.x]
15+
node-version: [14.x, 16.x, 18.x]
1616
name: Node v${{ matrix.node-version }} on ${{ inputs.os }}
1717
runs-on: ${{ inputs.os }}
1818

0 commit comments

Comments
 (0)