Skip to content

Commit

Permalink
Update dependencies to fix CI build (Mechanical-Advantage#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner authored Dec 27, 2022
1 parent d5d18bd commit 2252956
Show file tree
Hide file tree
Showing 7 changed files with 311 additions and 168 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
cache: "npm"
- name: Install Node.js dependencies
run: npm install
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
cache: "npm"
- name: Install Node.js dependencies
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
cache: "npm"
- name: Install Node.js dependencies
run: npm install
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
cache: "npm"
- name: Install Node.js dependencies
run: npm install
Expand Down
Loading

0 comments on commit 2252956

Please sign in to comment.