Skip to content

Commit

Permalink
Test node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
kitloong committed Dec 27, 2023
1 parent ba6d630 commit 4c0541c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,21 @@ jobs:

strategy:
matrix:
node-version: [18.x, 19.x, 20.x]
node-version: [18.x, 19.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- run: pnpm install
- run: pnpm lint
- run: pnpm build

0 comments on commit 4c0541c

Please sign in to comment.