Skip to content

Commit

Permalink
Specify Node LTS branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Jan 25, 2025
1 parent dd66738 commit 5133441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "lts"
node-version: "lts/jod"
cache: "npm"

- run: npm ci --include=dev
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "lts"
node-version: "lts/jod"
cache: "npm"

- name: Set console permissions and clear static assets.
Expand Down

0 comments on commit 5133441

Please sign in to comment.