From 4f47ea1f3840865117d7ed774bd7c23f85f1d149 Mon Sep 17 00:00:00 2001 From: Josh Ibbotson Date: Sat, 15 Jun 2024 18:04:56 +0100 Subject: [PATCH] node versions --- .github/workflows/auto.yml | 4 ++-- .github/workflows/prod.yml | 4 ++-- .github/workflows/staging.yml | 4 ++-- .nvmrc | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index 34a253a..a625117 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Use Node.js 21.5.0 + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: '21.5.0' + node-version: '20.x' - name: Checkout repository 🔎 uses: actions/checkout@v3 diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index dddabd7..72dd3c7 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Use Node.js 21.5.0 + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: '21.5.0' + node-version: '20.x' - name: Checkout repository 🔎 uses: actions/checkout@v3 diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index d21b034..00a4705 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Use Node.js 21.5.0 + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: '21.5.0' + node-version: '20.x' - name: Checkout repository 🔎 uses: actions/checkout@v3 diff --git a/.nvmrc b/.nvmrc index eb96b9a..9a2a0e2 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v21.5.0 +v20 diff --git a/package.json b/package.json index 5c47517..d92c43a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "codegen": "graphql-codegen --config codegen.ts" }, "engines": { - "node": "^21.5.0" + "node": "20.x" }, "dependencies": { "@apollo/client": "^3.10.2",