Update main.yml

This commit is contained in:
Francisco Hodge 2022-09-24 06:48:46 +00:00 committed by GitHub
parent 0e7ac7d1fc
commit 3f36249fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
if: contains(github.ref, 'master')
strategy:
matrix:
node-version: [12.x]
node-version: [16.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1