diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 71a5b65..bb08bc0 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version-file: package.json + node-version: 20.9.0 cache: "npm" - name: Install dependencies run: npm ci @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version-file: package.json + node-version: 20.9.0 cache: "npm" - name: Install dependencies run: npm ci @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version-file: package.json + node-version: 20.9.0 cache: "npm" - name: Install dependencies, build and remove dev dependencies run: | diff --git a/.github/workflows/code_health.yaml b/.github/workflows/code_health.yaml index 2f8ed17..7d35311 100644 --- a/.github/workflows/code_health.yaml +++ b/.github/workflows/code_health.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version-file: package.json + node-version: 20.9.0 cache: "npm" - name: Install dependencies run: npm ci @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version-file: package.json + node-version: 20.9.0 cache: "npm" - name: Install dependencies run: npm ci @@ -71,7 +71,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version-file: package.json + node-version: 20.9.0 cache: "npm" - name: Install dependencies run: npm ci diff --git a/.github/workflows/code_health_fork.yaml b/.github/workflows/code_health_fork.yaml index 3704ddb..5f3b0d9 100644 --- a/.github/workflows/code_health_fork.yaml +++ b/.github/workflows/code_health_fork.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version-file: package.json + node-version: 20.9.0 cache: "npm" - name: Install dependencies run: npm ci diff --git a/.github/workflows/prepare_release.yaml b/.github/workflows/prepare_release.yaml index 5300316..462025b 100644 --- a/.github/workflows/prepare_release.yaml +++ b/.github/workflows/prepare_release.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version-file: package.json + node-version: 20.9.0 registry-url: "https://registry.npmjs.org" cache: "npm" - name: Bump version diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e8964fa..450f17b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: package.json + node-version: 20.9.0 registry-url: "https://registry.npmjs.org" cache: "npm" - name: Get version @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version-file: package.json + node-version: 20.9.0 registry-url: "https://registry.npmjs.org" cache: "npm" - name: Build package