Skip to content

Commit

Permalink
node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshibbotson committed Jun 15, 2024
1 parent 87899a1 commit 4f47ea1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v21.5.0
v20
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"engines": {
"node": "^21.5.0"
"node": "20.x"
},
"dependencies": {
"@apollo/client": "^3.10.2",
Expand Down

0 comments on commit 4f47ea1

Please sign in to comment.