From 7224ad101961514534eed54d275ca4e13f6bba61 Mon Sep 17 00:00:00 2001 From: KishiTheMechanic Date: Thu, 23 Nov 2023 00:00:06 +0100 Subject: [PATCH] fix GitHub Actions --- .github/workflows/discord.yml | 2 +- github/workflows/firebase-rules.yml | 2 +- github/workflows/functions-skeet.yml | 2 +- github/workflows/webapp.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index a4a4ffc..bd2fd57 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v4 diff --git a/github/workflows/firebase-rules.yml b/github/workflows/firebase-rules.yml index d38834b..65f5f58 100644 --- a/github/workflows/firebase-rules.yml +++ b/github/workflows/firebase-rules.yml @@ -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://git@github.com - name: Deploy rules to Firebase diff --git a/github/workflows/functions-skeet.yml b/github/workflows/functions-skeet.yml index 2b6cf57..1b74182 100644 --- a/github/workflows/functions-skeet.yml +++ b/github/workflows/functions-skeet.yml @@ -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://git@github.com - name: Install dependencies diff --git a/github/workflows/webapp.yml b/github/workflows/webapp.yml index ec2b7cb..ecd4090 100644 --- a/github/workflows/webapp.yml +++ b/github/workflows/webapp.yml @@ -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://git@github.com - name: Install dependencies