Skip to content

Commit ce67bd6

Browse files
authored
Add Node.js 22 and 23 to test matrix (#952)
1 parent cca8e3f commit ce67bd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ on:
1010
permissions: {}
1111

1212
env:
13-
NODE_VERSION: 20
13+
NODE_VERSION: 22
1414

1515
jobs:
1616
tests:
1717
strategy:
1818
matrix:
19-
node: ['16.14.0', '18', '20', '21']
19+
node: ['16.14.0', '18', '20', '22', '23']
2020
os: ['ubuntu']
2121
include:
2222
- os: macos
23-
node: '20'
23+
node: '22'
2424
- os: windows
25-
node: '20'
25+
node: '22'
2626

2727
name: Tests (Node.js v${{ matrix.node }}, ${{ matrix.os }})
2828
runs-on: ${{ matrix.os }}-latest

0 commit comments

Comments
 (0)