Skip to content

Commit

Permalink
Update node to version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Jan 23, 2024
1 parent 60a2859 commit d5039b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20

- name: Install dependencies
run: |
Expand Down

0 comments on commit d5039b6

Please sign in to comment.