Updated versions of node used in workflows

master
Balearica 2 years ago committed by GitHub
parent 9442d9cb69
commit 74be03c5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/node.js.yml

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

Loading…
Cancel
Save