From fa3e384ec65698c11004e04446e34dddacae7f9e Mon Sep 17 00:00:00 2001 From: Daniel Lazar Date: Sat, 27 Jan 2024 23:54:40 +0100 Subject: [PATCH] ci(workflows): change node versions to 18.x --- .github/workflows/release.yml | 6 +++--- .github/workflows/tests.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a3c39f..36e1dd1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install dependencies run: yarn @@ -37,7 +37,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Deploy to Vercel run: npx vercel --token ${{secrets.VERCEL_TOKEN}} --prod env: @@ -56,7 +56,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Deploy to Heroku uses: akhileshns/heroku-deploy@v3.12.12 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8de6504..2fbb7a5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install dependencies run: yarn