Browse Source

try and error nr 7

pull/2/head
Tim J. Kicker 1 year ago
parent
commit
e506a7092f
  1. 4
      .github/workflows/pages.yml

4
.github/workflows/pages.yml

@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Use Node.js 20.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: '20.x'
node-version: '12.x'
- name: Cache NPM dependencies - name: Cache NPM dependencies
uses: actions/cache@v2 uses: actions/cache@v2
with: with:

Loading…
Cancel
Save