Skip to content

Commit

Permalink
Merge branch 'main' into issue-11270-uSQ-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Oct 6, 2023
2 parents 70ac6ae + 3e881f1 commit b71f079
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

Lint:
docker:
- image: cimg/node:20.6.1
- image: cimg/node:20.7.0
steps:
- checkout
- run: npm version
Expand All @@ -21,15 +21,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:20.6.1
- image: cimg/node:20.7.0
steps:
- checkout
- run: npm ci
- run: npm run check:format

Tests:
docker:
- image: cimg/node:20.6.1
- image: cimg/node:20.7.0
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -47,7 +47,7 @@ jobs:

BuildTarball:
docker:
- image: cimg/node:20.6.1
- image: cimg/node:20.7.0
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -64,7 +64,7 @@ jobs:
framework:
type: string
docker:
- image: cimg/node:20.6.1
- image: cimg/node:20.7.0
steps:
- checkout
- attach_workspace:
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@graphql-tools/schema": "10.0.0",
"@microsoft/api-extractor": "7.37.0",
"@microsoft/api-extractor": "7.38.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@size-limit/esbuild-why": "8.2.6",
"@size-limit/preset-small-lib": "8.2.6",
Expand Down

0 comments on commit b71f079

Please sign in to comment.