Skip to content

Commit

Permalink
Upgrade nodejs to 18 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya authored Sep 25, 2023
1 parent a398f19 commit 41acbe3
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 41acbe3

Please sign in to comment.