Skip to content

Commit

Permalink
Add Node v21 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongwartz committed Mar 30, 2024
1 parent a99df92 commit 06982db
Show file tree
Hide file tree
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

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

steps:
Expand Down

0 comments on commit 06982db

Please sign in to comment.