Skip to content

Commit

Permalink
chore: use node v20 in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Feb 20, 2024
1 parent c013a17 commit 459be0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
- name: Install
run: yarn install --frozen-lockfile
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
- name: Install
run: yarn install
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
- name: Install
run: yarn install
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
- name: Install
run: yarn install
Expand Down

0 comments on commit 459be0e

Please sign in to comment.