diff --git a/.forgejo/workflows/production.yaml b/.forgejo/workflows/production.yaml index ec64b13a..3630ef45 100644 --- a/.forgejo/workflows/production.yaml +++ b/.forgejo/workflows/production.yaml @@ -111,7 +111,7 @@ jobs: - name: Set up Node.js uses: https://github.com/actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Cache Mix uses: https://github.com/actions/cache@v4 diff --git a/.tool-versions b/.tool-versions index 6fbf0f9e..7603161f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,4 @@ erlang 28.3 elixir 1.19.5-otp-28 #elixir 1.20.0-rc.1-otp-28 +nodejs 22.17.1