Skip to content

Commit

Permalink
fix: match setup-node node version with what's used by the little pi
Browse files Browse the repository at this point in the history
  • Loading branch information
sparky-raccoon committed Jan 15, 2024
1 parent 34933e9 commit 701ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out yarn cache
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18
cache: yarn
- name: Install npm dependencies with yarn if needed
run: yarn install --from-lock-file
Expand Down

0 comments on commit 701ada3

Please sign in to comment.