Skip to content

Commit

Permalink
build(deps-dev): upgrade node to 18 and npm to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Nov 15, 2022
1 parent 5f21f14 commit 30193c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
node-version:
- 14
- 16
- 18

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
]
},
"volta": {
"node": "16.15.1",
"npm": "8.12.1"
"node": "18.12.1",
"npm": "9.1.1"
},
"dependencies": {
"@semantic-release/error": "^3.0.0",
Expand Down

0 comments on commit 30193c0

Please sign in to comment.