1
0
Fork 0
mirror of https://gitea.com/actions/upload-artifact.git synced 2024-08-16 09:49:51 +02:00

Update check dist with node 16

This commit is contained in:
Konrad Pabjan 2023-01-05 14:29:39 +00:00
parent 2c08627390
commit db0a613a77

View file

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