Skip to content

Commit 3790746

Browse files
committed
chore: remove node 16 and add 22
1 parent a8702d9 commit 3790746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest]
22-
node-version: [16.x, 18.x, 20.x]
22+
node-version: [18.x, 20.x, 22.x]
2323
include:
2424
- os: windows-latest
2525
node-version: 20.x

0 commit comments

Comments
 (0)