Skip to content

Commit

Permalink
Drop Node 16 and add Node 18 (#218)
Browse files Browse the repository at this point in the history
* Drop Node 16 and add Node 18

Signed-off-by: Gavin John <[email protected]>

* Update publish.yml

Signed-off-by: Gavin John <[email protected]>

* Update docs.yml

Signed-off-by: Gavin John <[email protected]>

---------

Signed-off-by: Gavin John <[email protected]>
  • Loading branch information
Pandapip1 authored Apr 9, 2024
1 parent d7eb76d commit 9666e68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: ["16.x", "18.x"]
node-version: ["18.x", "20.x"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x

- name: Install Dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x

- id: install_deps
name: Install Dependencies
Expand Down

0 comments on commit 9666e68

Please sign in to comment.