Skip to content

Commit

Permalink
Bump node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Feb 13, 2023
1 parent da3cb9a commit f2a7c8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Node.JS
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install Node.JS
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Install Node.JS
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Install Node.JS
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit f2a7c8f

Please sign in to comment.