Skip to content

Commit

Permalink
Replace Node.js 16 for 20 in tests (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git authored Sep 7, 2023
2 parents 3c68c3f + c935f8e commit 78f2974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit tests
name: Tests
'on':
pull_request:
types: [ opened, synchronize, reopened ]
Expand All @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
node:
- 20
- 18
- 16
steps:
- uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 78f2974

Please sign in to comment.