Skip to content

Commit 520f8a0

Browse files
authored
ci(test): test in Node 20 (#85)
thanks to #78, we can now test in Node 20
1 parent 6a4b80a commit 520f8a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
node_version:
15-
# v20 does not support snapshot testing which we use for the alpha version
16-
# - 20
15+
- 20
1716
- 22
1817

1918
steps:

0 commit comments

Comments
 (0)