Skip to content

Commit

Permalink
Replace Node.js 16 for 20 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git authored Sep 7, 2023
1 parent 8a10d9f commit c935f8e
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 c935f8e

Please sign in to comment.