Skip to content

Commit 959554b

Browse files
committed
Add Node.js 19 to CI
1 parent 933052d commit 959554b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node.js
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 18
25+
node-version: 19
2626
cache: pnpm
2727
- name: Install dependencies
2828
run: pnpm install --frozen-lockfile --ignore-scripts
@@ -33,6 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
node-version:
36+
- 18
3637
- 16
3738
- 14
3839
name: Node.js ${{ matrix.node-version }} Quick

0 commit comments

Comments
 (0)