Skip to content

Commit

Permalink
ci: upgrade to using node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Sep 4, 2023
1 parent cc5c7f7 commit 9233d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
cache: "yarn"

- name: Install deps
Expand All @@ -32,7 +32,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
cache: "yarn"

- name: Install deps
Expand Down

0 comments on commit 9233d2d

Please sign in to comment.