1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Upgrading node version to 14 for some packages.

This commit is contained in:
mike12345567 2021-11-17 19:39:08 +00:00
parent 0bff21f385
commit 76c9637f62

View file

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