Browse Source

Updated versions of node used in workflows

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

2
.github/workflows/node.js.yml

@ -16,7 +16,7 @@ jobs: @@ -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