mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-25 10:50:50 +02:00
chore: update lint rules
This commit is contained in:
parent
6f622fb134
commit
893e260fcd
1 changed files with 10 additions and 3 deletions
13
.github/workflows/build-test-site.yaml
vendored
13
.github/workflows/build-test-site.yaml
vendored
|
@ -23,10 +23,17 @@ jobs:
|
|||
submodules: true # Fetch any Git submodules (true OR recursive)
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
# - name: Use Node.js ${{ matrix.node-version }}
|
||||
# uses: actions/setup-node@v3
|
||||
# with:
|
||||
# node-version: ${{ matrix.node-version }}
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
version: 8
|
||||
run_install: |
|
||||
- recursive: false
|
||||
args: [--frozen-lockfile]
|
||||
|
||||
- name: Install JS dependencies
|
||||
run: rm -rf node_modules && pnpm install --frozen-lockfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue