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 Feb 4, 2023
1 parent 594c06d commit 1e21d30
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 @@ -18,7 +18,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 @@ -31,6 +31,7 @@ jobs:
strategy:
matrix:
node-version:
- 18
- 16
- 14
- 12
Expand Down

0 comments on commit 1e21d30

Please sign in to comment.