diff --git a/.github/workflows/common-firebase-hosting-merge.yml b/.github/workflows/common-firebase-hosting-merge.yml index 8b2d46a..91c9a37 100644 --- a/.github/workflows/common-firebase-hosting-merge.yml +++ b/.github/workflows/common-firebase-hosting-merge.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install Dependencies run: npm install - name: Generate .env file diff --git a/.github/workflows/common-firebase-hosting-release.yml b/.github/workflows/common-firebase-hosting-release.yml index 2399296..ff5fb77 100644 --- a/.github/workflows/common-firebase-hosting-release.yml +++ b/.github/workflows/common-firebase-hosting-release.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Checkout to latest release tag run: | git checkout $(git describe --tags `git rev-list --tags --max-count=1`) diff --git a/.github/workflows/common-pull-request.yml b/.github/workflows/common-pull-request.yml index a9aa52a..286e77a 100644 --- a/.github/workflows/common-pull-request.yml +++ b/.github/workflows/common-pull-request.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 377a76a..595f700 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2