Skip to content

Commit

Permalink
ci: temp use Node.js 20 instead of 22 matrix (#559)
Browse files Browse the repository at this point in the history
* ci: temp use Node.js 20.x instead of 22.x

* ci: revert for compatibility
  • Loading branch information
wellwelwel committed Jul 20, 2024
1 parent e954336 commit a628857
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot_deps-docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: ➕ Actions - Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '20.x'

- name: ➕ Cache dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot_deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: ➕ Actions - Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '20.x'

- name: ➕ Cache dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Actions - Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '20.x'

- name: Cache Dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-node@v4
if: ${{ steps.release.outputs.releases_created }}
with:
node-version: '22.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: ➕ Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_coverage-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: ➕ Actions - Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '20.x'

- name: ➕ Actions - Setup Bun
uses: oven-sh/setup-bun@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_coverage-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: ➕ Actions - Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '20.x'

- name: 📦 Installing Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_coverage-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: ➕ Actions - Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '20.x'
cache: 'npm'

- name: 📦 Installing Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: ➕ Actions - Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '20.x'

- name: ➕ Cache dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit a628857

Please sign in to comment.