Skip to content

Commit

Permalink
fix: switch to current Node.js LTS version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Nov 1, 2022
1 parent d5329fd commit 47095d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"

- name: Keep npm cache around to speed up installs
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
- name: Install latest npm
run: |
sudo npm install -g npm@
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]
},
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=8"
},
"release": {
Expand Down

0 comments on commit 47095d0

Please sign in to comment.