ci: 🎡 bump github actions node version

This commit is contained in:
streamich 2021-09-01 00:10:13 +02:00
parent 6bfd6d6b1d
commit bb4d4e92b8

View File

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