1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-06-16 10:46:36 +00: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

@ -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