Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

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 4d284d0 commit 07b1bbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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/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 @@ -54,7 +54,7 @@ jobs:
az account list --output table
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
- uses: actions/checkout@v3

- name: Keep npm cache around to speed up installs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
]
},
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=8"
},
"release": {
Expand Down

0 comments on commit 07b1bbf

Please sign in to comment.