diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a157fe0..2255b08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Node.js environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '22' cache: 'npm' @@ -104,7 +104,7 @@ jobs: run: chmod +x dist/gpx_quickwit_* - name: Setup Node.js environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '22' diff --git a/.github/workflows/is-compatible.yml b/.github/workflows/is-compatible.yml index 68c9a90..9cb0859 100644 --- a/.github/workflows/is-compatible.yml +++ b/.github/workflows/is-compatible.yml @@ -9,7 +9,7 @@ jobs: with: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '22' cache: 'npm'