Downgrade to node 22.10 in CI to work around a bug in react-router 7

This commit is contained in:
Alejandro Celaya
2025-01-02 19:42:49 +01:00
parent f4c4f408e2
commit 8cc03a973f
3 changed files with 5 additions and 5 deletions

View File

@@ -7,14 +7,14 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 22.10
- name: Generate release assets
run: npm ci && VERSION=${GITHUB_REF#refs/tags/v} npm run build:dist
- name: Publish release with assets