Skip to content

Commit 0f989fe

Browse files
committed
Running unit tests with TypeScript 5.7
1 parent 39a9be9 commit 0f989fe

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Node.js CI
22

33
on:
44
push:
5-
branches: '**'
6-
tags-ignore: '**'
5+
branches: ['**']
6+
tags-ignore: ['**']
77
pull_request:
8-
branches: '**'
8+
branches: ['**']
99

1010
jobs:
1111

@@ -40,7 +40,7 @@ jobs:
4040

4141
strategy:
4242
matrix:
43-
node-version: ['16.0.0', '16', '18', '20', '22']
43+
node-version: ['16.0.0', '16', '18', '20', '22', '23']
4444

4545
steps:
4646
- uses: actions/checkout@v4

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"typescript_5.3": "npm:typescript@5.3",
6767
"typescript_5.4": "npm:typescript@5.4",
6868
"typescript_5.5": "npm:typescript@5.5",
69-
"typescript_5.6": "npm:typescript@5.6"
69+
"typescript_5.6": "npm:typescript@5.6",
70+
"typescript_5.7": "npm:typescript@5.7"
7071
},
7172
"engines": {
7273
"node": ">=16.0.0"

0 commit comments

Comments
 (0)