1
0
Fork 0
mirror of https://gitea.com/actions/upload-artifact.git synced 2024-08-16 09:49:51 +02:00
This commit is contained in:
Konrad Pabjan 2023-01-05 20:05:29 +00:00
parent c98c96aaf9
commit 7e45c255ee
2 changed files with 12 additions and 0 deletions

View file

@ -21,6 +21,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- name: Install dependencies
run: npm install

View file

@ -25,6 +25,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- name: Install dependencies
run: npm install