Skip to content

Commit

Permalink
feat: use node20 for gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Sep 6, 2024
1 parent 4de5ff7 commit 6708139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
Expand Down

0 comments on commit 6708139

Please sign in to comment.