Skip to content

Commit

Permalink
chore: rollbacks node to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Oct 23, 2022
1 parent 2437c0b commit db7ffbe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.x'
node-version: '16.x'
check-latest: true
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-page.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: '18.x'
node-version: '16.x'
check-latest: true
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
16
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [9.0.0] 2022-10-19
## [9.0.0] 2022-10-23

### Changes

- Updates react to 18
- Rollbacks node to 16

## [8.0.1] 2022-10-19

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"src"
],
"engines": {
"node": "^18",
"node": "^16",
"npm": "^8"
},
"scripts": {
Expand Down

0 comments on commit db7ffbe

Please sign in to comment.