Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tylim88/Firelordjs
Browse files Browse the repository at this point in the history
  • Loading branch information
tylim88 committed Mar 9, 2024
2 parents ac276b3 + 300ed27 commit 3abec85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Cache firebase emulators
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/firebase/emulators
key: ${{ runner.os }}-firebase-emulators-${{ hashFiles('~/.cache/firebase/emulators/**') }}
Expand All @@ -28,4 +28,4 @@ jobs:
- run: npm run b-test
env:
PROJECT_ID: ${{ secrets.PROJECT_ID }}
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql.yml
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: '/language:${{ matrix.language }}'
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'
registry-url: 'https://registry.npmjs.org'
- name: Cache firebase emulators
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/firebase/emulators
key: ${{ runner.os }}-firebase-emulators-${{ hashFiles('~/.cache/firebase/emulators/**') }}
Expand All @@ -30,7 +30,7 @@ jobs:
- run: npm run b-test
env:
PROJECT_ID: ${{ secrets.PROJECT_ID }}
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
- run: npm publish || true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 3abec85

Please sign in to comment.