Browse Source

Update site-deploy.yml

pull/43292/head
MadCcc 1 year ago
committed by GitHub
parent
commit
9a4ee2e367
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/site-deploy.yml

4
.github/workflows/site-deploy.yml

@ -51,6 +51,10 @@ jobs:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: restore cache from package-lock.json - name: restore cache from package-lock.json
uses: actions/cache@v3 uses: actions/cache@v3
with: with:

Loading…
Cancel
Save