1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Updating release process to also make use of Node 12.x

This commit is contained in:
mike12345567 2020-09-22 10:49:34 +01:00
parent 0501acc823
commit 9840585b90

View file

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [10.x]
node-version: [12.x]
steps:
- uses: actions/checkout@v2