Skip to content

Commit

Permalink
Merge pull request #216 from rubyaustralia/fix/incompatible-node-vers…
Browse files Browse the repository at this point in the history
…ion-ci

Fix incompatible node version ci
  • Loading branch information
leesheppard authored Dec 11, 2023
2 parents f8f72b1 + a5ea9d1 commit 1c6242b
Show file tree
Hide file tree
Showing 2 changed files with 1,892 additions and 2,950 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 16.18.1
node-version: 20.8.1
cache: "yarn"
- name: Install Yarn dependencies
run: |
Expand Down
Loading

0 comments on commit 1c6242b

Please sign in to comment.