diff --git a/.github/workflows/audit-javascript.yml b/.github/workflows/audit-javascript.yml index 618ebf59..cc998eec 100644 --- a/.github/workflows/audit-javascript.yml +++ b/.github/workflows/audit-javascript.yml @@ -43,10 +43,10 @@ jobs: ${{ runner.os }}- - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: "lts/*" - uses: pnpm/action-setup@v2 with: - version: 7.x.x + version: 8.x.x run_install: true - name: audit run: pnpm audit diff --git a/.github/workflows/check-generated-files.yml b/.github/workflows/check-generated-files.yml index 52be59f0..eaa52293 100644 --- a/.github/workflows/check-generated-files.yml +++ b/.github/workflows/check-generated-files.yml @@ -132,10 +132,10 @@ jobs: ${{ runner.os }}- - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: "lts/*" - uses: pnpm/action-setup@v2 with: - version: 7.x.x + version: 8.x.x run_install: true - name: build api diff --git a/.github/workflows/covector-version-or-publish-v2.yml b/.github/workflows/covector-version-or-publish-v2.yml index 514c0e05..889fb4c4 100644 --- a/.github/workflows/covector-version-or-publish-v2.yml +++ b/.github/workflows/covector-version-or-publish-v2.yml @@ -30,7 +30,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 7.x.x + version: 8.x.x run_install: true - name: install webkit2gtk and libudev for [authenticator] diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 9e98710f..9e0cc382 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -30,7 +30,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 7.x.x + version: 8.x.x run_install: true - name: install webkit2gtk and libudev for [authenticator] diff --git a/.github/workflows/lint-javascript.yml b/.github/workflows/lint-javascript.yml index 02b96541..01a593b9 100644 --- a/.github/workflows/lint-javascript.yml +++ b/.github/workflows/lint-javascript.yml @@ -46,10 +46,10 @@ jobs: ${{ runner.os }}- - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: "lts/*" - uses: pnpm/action-setup@v2 with: - version: 7.x.x + version: 8.x.x run_install: true - name: eslint run: pnpm lint @@ -66,10 +66,10 @@ jobs: ${{ runner.os }}- - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: "lts/*" - uses: pnpm/action-setup@v2 with: - version: 7.x.x + version: 8.x.x run_install: true - name: prettier check run: pnpm format-check diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index b34ccc7c..4a221017 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -34,11 +34,11 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: "lts/*" - uses: pnpm/action-setup@v2 with: - version: 7.x.x + version: 8.x.x run_install: true - name: Build packages