Skip to content

Commit

Permalink
downgrade node version for github actions for 18.x which is the one s…
Browse files Browse the repository at this point in the history
…upported by nuxt/kit
  • Loading branch information
macku99 committed Oct 31, 2023
1 parent 333ce3e commit 59f6a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-feature-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 20.x
node-version: 18.x
cache: npm

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-uat-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 20.x
node-version: 18.x
cache: npm

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 20.x
node-version: 18.x
cache: npm

- name: Install Dependencies
Expand Down

0 comments on commit 59f6a96

Please sign in to comment.