Skip to content

Commit

Permalink
Add Node v21 to test matrix (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongwartz authored Mar 30, 2024
1 parent 80423c4 commit e7948f6
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: publish

on:
workflow_dispatch:
push:
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:

strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 21]
pklVersion: ["0.25.0", "0.25.1"]

steps:

0 comments on commit e7948f6

Please sign in to comment.