Skip to content

Commit b3ade0b

Browse files
committed
Update CI to the modern world
1 parent 4756382 commit b3ade0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ on: push
33
jobs:
44
build:
55
name: Build & test
6-
runs-on: "windows-2019"
6+
runs-on: "windows-2025"
77

88
strategy:
99
matrix:
10-
node-version: [12.x, v14.17.0, 14.x, 16.x, '*']
10+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, '*']
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v1
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818

0 commit comments

Comments
 (0)