Added Node.js v18 and v20 to Actions (#765)

master
Balearica 1 year ago committed by GitHub
parent b23ebf3fa2
commit 15fdd9e3ac
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: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save