diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5c6c1632..9921cce3 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Node.js 20 uses: actions/setup-node@v5 with: - node-version: '20.x' + node-version: '20.20.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 929acf80..e7711cf7 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -32,11 +32,11 @@ jobs: - name: Set up Python 3 uses: actions/setup-python@v6 with: - python-version: '3.x' + python-version: '3.14.3' - name: Set up Node.js 20 uses: actions/setup-node@v5 with: - node-version: '20.x' + node-version: '20.20.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/cloudflare-deploy.yml b/.github/workflows/cloudflare-deploy.yml index 606f8ee6..03c3fb3f 100644 --- a/.github/workflows/cloudflare-deploy.yml +++ b/.github/workflows/cloudflare-deploy.yml @@ -51,7 +51,7 @@ jobs: - name: Set up Node.js 20 uses: actions/setup-node@v5 with: - node-version: '20.x' + node-version: '20.20.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96f20ecd..0d6851aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Node.js 20 uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '20.20.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile