Skip to content

Commit

Permalink
Attempt to fix CI by pinning to Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBAshton committed Jan 31, 2025
1 parent badf98b commit 80c592e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
node-version: 20
cache: npm
- run: npm ci
- run: npm run test
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
node-version: 20
cache: npm
registry-url: 'https://registry.npmjs.org'
- run: npm ci
Expand Down

0 comments on commit 80c592e

Please sign in to comment.