Browse Source

try and error nr1

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

4
.github/workflows/pages.yml

@ -16,10 +16,10 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
# If your repository depends on submodule, please see: https://github.com/actions/checkout
submodules: recursive
- name: Use Node.js 20.x
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: '20'
node-version: '16'
- name: Cache NPM dependencies
uses: actions/cache@v2
with:

Loading…
Cancel
Save