Update check-dist workflow to Node 20

This commit is contained in:
Riccardo Rigutini 2023-10-30 12:38:33 +00:00 committed by GitHub
parent 3f70d49157
commit 22d8d4b8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v4.0.0
with:
node-version: 16.x
node-version: 20.x
- name: Install dependencies
run: npm ci