Skip to content

Commit

Permalink
Update 11ty.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JAs2701 authored Jan 21, 2025
1 parent bda43d7 commit 990eb12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/11ty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: 18
- name: Install dependencies & build
run: |
npm ci
- npm install --package-lock-only
- npm ci
- name: Persist npm cache
uses: actions/cache@v3
Expand Down

0 comments on commit 990eb12

Please sign in to comment.