Skip to content

Commit

Permalink
Merge pull request #251 from gilbsgilbs/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
gilbsgilbs authored Nov 9, 2023
2 parents cc08869 + 71bdd9a commit 7095239
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
name: Run static checks
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.MAIN_NODE_VERSION }}
cache: 'yarn'
Expand All @@ -29,9 +29,9 @@ jobs:
matrix:
node: ["18", "20", "21"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
Expand All @@ -42,15 +42,15 @@ jobs:
run: yarn run test --coverage
- name: Publish code coverage
if: "${{ env.CC_TEST_REPORTER_ID != '' }}"
uses: paambaati/codeclimate-action@v3.2.0
uses: paambaati/codeclimate-action@v5.0.0
build:
needs: [tests]
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.MAIN_NODE_VERSION }}
- run: corepack enable
Expand Down

0 comments on commit 7095239

Please sign in to comment.