Skip to content

Commit 744bfc1

Browse files
committed
chore(temp): Test Node 21/Windows
1 parent 2c8aab0 commit 744bfc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [14, 16, 18, 20]
12+
node: [16, 18, 20, 21]
1313
steps:
1414
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1515
- uses: actions/setup-node@v4
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: 14
35+
node-version: 21
3636
- run: npm install
3737
- run: npm test
3838
env:

0 commit comments

Comments
 (0)