Skip to content

Commit

Permalink
Add Node.js 19 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 23, 2022
1 parent 933052d commit 959554b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 19
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand All @@ -33,6 +33,7 @@ jobs:
strategy:
matrix:
node-version:
- 18
- 16
- 14
name: Node.js ${{ matrix.node-version }} Quick
Expand Down

0 comments on commit 959554b

Please sign in to comment.