diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afbcee15..ba394f9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: - node-version: '20' + node-version: '20.19.5' cache: 'npm' cache-dependency-path: frontend/package-lock.json