Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 78f2974

Browse files
authored
Replace Node.js 16 for 20 in tests (#26)
2 parents 3c68c3f + c935f8e commit 78f2974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit tests
1+
name: Tests
22
'on':
33
pull_request:
44
types: [ opened, synchronize, reopened ]
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
node:
15+
- 20
1516
- 18
16-
- 16
1717
steps:
1818
- uses: actions/setup-node@v1
1919
with:

0 commit comments

Comments
 (0)