Skip to content

Commit

Permalink
Merge branch 'main' into fix_session_migartion
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron@nanu-c.org committed Nov 5, 2022
2 parents 61f0f40 + e8bfb67 commit 6f1be63
Show file tree
Hide file tree
Showing 11 changed files with 295 additions and 463 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
GO_VERSION: 1.16
NODE_VERSION: "16.x"
NODE_VERSION: "18.x"

jobs:
build-axolotl:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup Node 16
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Node 16
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ install-axolotl-electron-bundle:
## Flatpak
build-dependencies-flatpak:
$(FLATPAK) install org.freedesktop.Sdk.Extension.golang//21.08
$(FLATPAK) install org.freedesktop.Sdk.Extension.node16//21.08
$(FLATPAK) install org.freedesktop.Sdk.Extension.node18//21.08
$(FLATPAK) install org.freedesktop.Sdk.Extension.rust-stable//21.08

build-dependencies-flatpak-web: build-dependencies-flatpak
Expand Down
2 changes: 1 addition & 1 deletion axolotl-web/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.0
18.12.0
Loading

0 comments on commit 6f1be63

Please sign in to comment.