diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 5fa3cd95..ebc1685b 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -23,7 +23,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Checkout the app uses: actions/checkout@v3 @@ -76,7 +76,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - uses: actions/download-artifact@v2 with: @@ -149,7 +149,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - uses: actions/download-artifact@v2 with: @@ -208,7 +208,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - uses: actions/download-artifact@v2 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 590ba6f3..605da11f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Build run: |