Update node.js.yml

This commit is contained in:
Xe Iaso 2023-04-23 07:57:09 -04:00 committed by GitHub
parent b1bc889a3b
commit 495b044fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3