Skip to content

Commit

Permalink
ci: use node 18 for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Sep 20, 2024
1 parent e9a6df0 commit 0a6b95d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js 20
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js 20
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 0a6b95d

Please sign in to comment.