Skip to content

Commit

Permalink
chore: update lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Oct 24, 2023
1 parent 6f622fb commit 893e260
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build-test-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 893e260

Please sign in to comment.