Skip to content

Commit

Permalink
downgrade to NPM LTS 20 due to actions/setup-node#1112 still being ou…
Browse files Browse the repository at this point in the history
…tstanding
  • Loading branch information
robsimmons committed Jul 21, 2024
1 parent 85f7369 commit a517955
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: npm ci

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: npm ci

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: npm ci

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: npm ci

Expand Down

0 comments on commit a517955

Please sign in to comment.