Skip to content

Commit

Permalink
ci: stick node version to 18.x in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Nov 5, 2024
1 parent 692a647 commit 6e0b4b9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ lts/* ]
node-version: [ 18.x ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
node-version: [ 18.x ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ lts/* ]
node-version: [ 18.x ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ lts/* ]
node-version: [ 18.x ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ lts/* ]
node-version: [ 18.x ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ lts/* ]
node-version: [ 18.x ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ lts/* ]
node-version: [ 18.x ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
node-version: [18.x]
pnpm-version: [8.15.7]
steps:
- name: ⬇️ Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ lts/* ]
node-version: [ 18.x ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down

0 comments on commit 6e0b4b9

Please sign in to comment.