Skip to content

Commit

Permalink
update deploy configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dysTOS committed Nov 14, 2023
1 parent 16617c4 commit f8fdba9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-gmr-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: 📦 Install Packages
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "npm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-mkj-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: 📦 Install Packages
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "npm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-mkj-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: 📦 Install Packages
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "npm"

- name: Install dependencies
Expand Down

0 comments on commit f8fdba9

Please sign in to comment.