Skip to content

Commit

Permalink
🐛 Upgrade to Node.js v18 (#214)
Browse files Browse the repository at this point in the history
* fix: Issue# 800: Upgraded to version 19 of node to work with new dependency requirements.

* Trying again with version 18.
  • Loading branch information
zgrossbart authored Jun 15, 2023
1 parent 3457557 commit a7aa557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
- name: Install dependencies
run: npm install
- name: Build TypeScript
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
- name: Cache node modules
uses: actions/cache@v3
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
- name: Cache node modules
uses: actions/cache@v3
env:
Expand Down

0 comments on commit a7aa557

Please sign in to comment.