Skip to content

Commit

Permalink
fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Nov 22, 2023
1 parent 14d7aa9 commit 7224ad1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/firebase-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
credentials_json: ${{ secrets.SKEET_GCP_SA_KEY }}
- name: Install firebase tools
run: npm i -g npm firebase-tools
run: npm i -g firebase-tools
- name: GitHub repository setting
run: git config --global url."https://github.com".insteadOf ssh://[email protected]
- name: Deploy rules to Firebase
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/functions-skeet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
credentials_json: ${{ secrets.SKEET_GCP_SA_KEY }}
- name: Install yarn and firebase tools
run: npm i -g npm yarn firebase-tools
run: npm i -g yarn firebase-tools
- name: GitHub repository setting
run: git config --global url."https://github.com".insteadOf ssh://[email protected]
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
credentials_json: ${{ secrets.SKEET_GCP_SA_KEY }}
- name: Install yarn and firebase tools
run: npm i -g npm yarn firebase-tools
run: npm i -g yarn firebase-tools
- name: GitHub repository setting
run: git config --global url."https://github.com".insteadOf ssh://[email protected]
- name: Install dependencies
Expand Down

0 comments on commit 7224ad1

Please sign in to comment.