Update workflow-1.yml ()

This commit is contained in:
qntm 2023-08-05 14:42:42 +01:00 committed by GitHub
parent 73c8e70e29
commit 5f8fa94145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
.github/workflows

View File

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