Upgrade nodejs to 18 (#47)

This commit is contained in:
Max Andreev 2023-09-25 13:05:15 +03:00 committed by GitHub
parent a398f19353
commit 41acbe3d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)";
@ -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