diff --git a/.github/workflows/continuum.yaml b/.github/workflows/continuum.yaml index f334713dd..04890a81f 100644 --- a/.github/workflows/continuum.yaml +++ b/.github/workflows/continuum.yaml @@ -86,11 +86,11 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: - node-version: '20.17.0' + node-version: '22.16.0' registry-url: 'https://registry.npmjs.org' - name: Update npm - run: npm install -g npm@latest + run: npm install -g npm@10 - name: Install dependencies run: yarn install --no-immutable