Skip to content

Commit

Permalink
Using Node 20 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelorodrigo authored Jun 20, 2024
1 parent 9a0927c commit 4fdccc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup node env πŸ—
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
check-latest: true
cache: 'yarn'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup node env πŸ—
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
check-latest: true
cache: 'yarn'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
Expand Down

0 comments on commit 4fdccc1

Please sign in to comment.