Skip to content

Commit

Permalink
Merge branch 'dev' into zlo/2630-logs-over-wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
DrZlo13 authored Sep 25, 2023
2 parents cd345b8 + 41acbe3 commit bd0da7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 1

- name: 'Checkout submodules'
run:
git submodule update --init --recursive --depth 1 --jobs "$(getconf _NPROCESSORS_ONLN)";
Expand All @@ -51,7 +51,7 @@ jobs:
- name: 'Setup node'
uses: actions/setup-node@v3
with:
node-version: '17'
node-version: '18'
cache: 'npm'
cache-dependency-path: components/svelte-portal

Expand Down

0 comments on commit bd0da7b

Please sign in to comment.