Skip to content

Commit

Permalink
bump node to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
joelfmrodrigues committed Jul 14, 2023
1 parent 40abe8f commit e31428b
Show file tree
Hide file tree
Showing 3 changed files with 38,962 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/

- name: Install npm dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: 'https://registry.npmjs.org'

- name: Install npm dependencies
Expand Down
Loading

0 comments on commit e31428b

Please sign in to comment.