Skip to content

Commit

Permalink
Running unit tests with TypeScript 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Jan 25, 2025
1 parent 39a9be9 commit 0f989fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Node.js CI

on:
push:
branches: '**'
tags-ignore: '**'
branches: ['**']
tags-ignore: ['**']
pull_request:
branches: '**'
branches: ['**']

jobs:

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

strategy:
matrix:
node-version: ['16.0.0', '16', '18', '20', '22']
node-version: ['16.0.0', '16', '18', '20', '22', '23']

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"typescript_5.3": "npm:typescript@5.3",
"typescript_5.4": "npm:typescript@5.4",
"typescript_5.5": "npm:typescript@5.5",
"typescript_5.6": "npm:typescript@5.6"
"typescript_5.6": "npm:typescript@5.6",
"typescript_5.7": "npm:typescript@5.7"
},
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 0f989fe

Please sign in to comment.