1
0
mirror of https://gitea.com/actions/upload-artifact.git synced 2025-05-15 12:16:46 +08:00

Update workflows node20

This commit is contained in:
Tatyana Kostromskaya 2023-11-16 13:58:53 +00:00
parent bb4fb2d25e
commit 5c7b9117fd
2 changed files with 4 additions and 4 deletions
.github/workflows

@ -22,10 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Node 16
- name: Setup Node 20
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'
- name: Install dependencies

@ -25,10 +25,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node 16
- name: Setup Node 20
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'
- name: Install dependencies