Skip to content

Commit

Permalink
update node versions in CI (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe authored Jul 9, 2024
1 parent f5e86aa commit 278d489
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
os:
- "ubuntu-latest"
node:
- "19"
# should include even numbers >= 12
# see: https://nodejs.org/en/about/previous-releases
- "22"
- "20"
- "18"
- "16"
- "14"
Expand Down
3 changes: 3 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tools]
# used in unit tests
deno = "1"
1 change: 1 addition & 0 deletions examples/webhook-signing/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
**/package-lock.json
.env
express-ts.js
deno.lock

0 comments on commit 278d489

Please sign in to comment.