Upgrade nodejs to 18

This commit is contained in:
DrunkBatya 2023-09-25 12:24:05 +03:00
parent a398f19353
commit 441dd92109
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