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

Use node 18.x for check-dist

This commit is contained in:
Konrad Pabjan 2023-01-05 15:24:30 +00:00
parent db0a613a77
commit 4e875ba5d1

View file

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