Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29f2573

Browse files
committedApr 21, 2024·
Run CI tests on Node 22
1 parent 0ab1df3 commit 29f2573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13-
- 21
14-
- 20
13+
- 22
1514
- 18
1615
os:
1716
- ubuntu-latest
17+
- macos-latest
1818
- windows-latest
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.