Skip to content

Commit

Permalink
chore: rollback to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Oct 23, 2022
1 parent 83fb6c3 commit 039bcef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
16
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"registry": "https://npm.pkg.github.com"
},
"engines": {
"node": "^18",
"node": "^16",
"npm": "^8"
},
"scripts": {
Expand Down

0 comments on commit 039bcef

Please sign in to comment.