Skip to content

Commit

Permalink
Upgrade to Node 18. (#24)
Browse files Browse the repository at this point in the history
* Fix install errors when using Node 18.

Including dependency upgrades and config/code changes to remove build errors.

* Fix lint errors.

* Fix build-docs script.

* Fix dev script.

* Upgrade dependencides to remove audit warnings.

* Upgrade dependencides to remove audit warnings.

* Upgrade dependencides to remove audit warnings.

* Update github actions and engines config.

* Update package-lock files.

* Update changelog.
  • Loading branch information
ray-lee authored Jan 9, 2023
1 parent 0220aa0 commit 0b8078f
Show file tree
Hide file tree
Showing 40 changed files with 12,943 additions and 15,456 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Node.js 💻
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 18

- name: Install 🔧
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node.js 💻
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Install locked dependencies 🔧
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Node.js 💻
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 18

- name: Install locked dependencies 🔧
run: npm ci
Expand Down
Loading

0 comments on commit 0b8078f

Please sign in to comment.