Skip to content

Commit

Permalink
chore update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Feb 4, 2024
1 parent a58ec32 commit 53f90d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: 'build-test'
name: "build"
on:
push:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
types: [opened, synchronize, reopened]

jobs:
build:
build:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -16,12 +16,12 @@ jobs:
- uses: actions/checkout@b56e6a3d768b11aef1d4c73977caf6413c0d74c8 # v3.2.0
with:
fetch-depth: 0

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --ignore-engines
run: yarn install

- name: Check format and lint
run: yarn run format-check && yarn run lint
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: 'Code scanning'

on:
push:
branches: [ develop, main ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
schedule:
- cron: '0 22 * * 0'
branches: [ main ]


jobs:
CodeQL-Build:
Expand Down

0 comments on commit 53f90d5

Please sign in to comment.