chore: update node-version from 16 to 20 (#4845)

This commit is contained in:
Maxim Belov 2024-11-11 11:10:28 +02:00 committed by GitHub
parent 658a55bc97
commit 381f012402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v4.2.2

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.1.0
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build
@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.1.0
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run shipit