diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b155b89..51ac3c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Clone NoJS Core for tests run: git clone --depth 1 https://github.com/no-js-dev/nojs.git "$GITHUB_WORKSPACE/../NoJS" - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 20 cache: npm