diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index c3d5720..0aa9298 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3.6.0 with: - node-version: 18.x + node-version: 20.x - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index eed4ac0..d72619d 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3.6.0 with: - node-version: 18.x + node-version: 20.x registry-url: "https://registry.npmjs.org" env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/update-nightly.yml b/.github/workflows/update-nightly.yml index 9d7987c..be05fbf 100644 --- a/.github/workflows/update-nightly.yml +++ b/.github/workflows/update-nightly.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3.6.0 with: - node-version: 18.x + node-version: 20.x - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/update-proto.yml b/.github/workflows/update-proto.yml index a4292df..38d44e2 100644 --- a/.github/workflows/update-proto.yml +++ b/.github/workflows/update-proto.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Install packages run: |