run tests in node 14

This commit is contained in:
hakimel 2023-01-10 09:48:11 +01:00
parent 9f629a9d38
commit 6378df47c0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v2