Skip to content

Commit

Permalink
Merge branch 'main' into test/deprecate-dstestfull
Browse files Browse the repository at this point in the history
  • Loading branch information
dristpunk committed Dec 4, 2023
2 parents 8908891 + 6ff708f commit 88fd5c7
Show file tree
Hide file tree
Showing 2 changed files with 328 additions and 372 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand All @@ -38,9 +38,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
cache: 'yarn'

- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1

- run: yarn lint:check
- run: yarn lint:check
Loading

0 comments on commit 88fd5c7

Please sign in to comment.