Skip to content

Commit

Permalink
Merge pull request #14 from NetrunnerDB/upgrade-ci-node-18
Browse files Browse the repository at this point in the history
upgrade ci to use node v18
  • Loading branch information
locks authored Jul 27, 2023
2 parents 773ae48 + a94c88b commit 43519ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 43519ea

Please sign in to comment.