Compare commits

...

3 Commits

Author SHA1 Message Date
Red-Die-Plater-One db4b707c6f
Merge 92d86c50db into 41acbe3d97 2023-09-26 02:47:00 +10:00
Max Andreev 41acbe3d97
Upgrade nodejs to 18 (#47) 2023-09-25 20:05:15 +10:00
Red-Die-Plater-One 92d86c50db
Create devcontainer.json 2023-06-24 03:48:51 -07:00
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}

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