diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index b5915cf..44c4e31 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -16,7 +16,7 @@ jobs: fi - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - uses: actions/cache@v4 id: yarn-cache name: Cache npm deps @@ -52,7 +52,7 @@ jobs: fi - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - uses: actions/cache@v4 id: yarn-cache name: Cache npm deps @@ -89,7 +89,7 @@ jobs: fi - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - uses: actions/cache@v4 id: yarn-cache name: Cache npm deps @@ -130,7 +130,7 @@ jobs: fi - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - uses: actions/cache@v4 id: yarn-cache name: Cache npm deps diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61b96e5..b10b8d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: if: steps.setup-cache.outputs.cache-hit != 'true' - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - uses: actions/cache@v4 id: yarn-cache name: Cache npm deps diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index bfe8a8c..8512887 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -17,7 +17,7 @@ jobs: run: yarn install --frozen-lockfile && yarn build - uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' - name: GitHub Tag Name example run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99350eb..82a423b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - uses: actions/cache@v4 id: yarn-cache name: Cache npm deps