0
1
mirror of https://github.com/actions/checkout synced 2024-06-01 18:38:03 +02:00

update workflows

This commit is contained in:
Tatyana Kostromskaya 2023-08-28 13:43:15 +00:00
parent 4dafa43b52
commit 73ef3fa66d
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build