diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 9b57811..21aeee1 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -14,9 +14,9 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3.6.0 with: - node-version: "12.x" + node-version: "14.x" - run: npm ci working-directory: "./build-scripts"