remote node@12 from tests

This commit is contained in:
Dmitry Shirokov 2022-12-17 18:51:06 +11:00
parent e1a408ea0c
commit 2c6d1fad32
No known key found for this signature in database
GPG Key ID: B5BDB86B2BCFF8EC
2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
lib
jest.config.js
testing.js

View File

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