Skip to content

Commit 306b3f9

Browse files
chore(deps): update non-major
1 parent 664207a commit 306b3f9

File tree

4 files changed

+4260
-5172
lines changed

4 files changed

+4260
-5172
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 2
2222
jobs:
2323
Typecheck:
2424
docker:
25-
- image: circleci/node:17
25+
- image: circleci/node:17.2.0
2626
steps:
2727
- checkout
2828
- restore-cache: *restore-cache
@@ -32,7 +32,7 @@ jobs:
3232

3333
Build:
3434
docker:
35-
- image: circleci/node:17
35+
- image: circleci/node:17.2.0
3636
steps:
3737
- checkout
3838
- restore-cache: *restore-cache
@@ -43,7 +43,7 @@ jobs:
4343

4444
Web Platform Tests:
4545
docker:
46-
- image: circleci/node:17-browsers
46+
- image: circleci/node:17.2.0-browsers
4747
steps:
4848
- checkout
4949
- restore-cache: *restore-cache
@@ -68,7 +68,7 @@ jobs:
6868

6969
Browserstack:
7070
docker:
71-
- image: circleci/node:17
71+
- image: circleci/node:17.2.0
7272
steps:
7373
- checkout
7474
- restore-cache: *restore-cache

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: check if workflows needs prettier
2929
run: npx prettier --cache --check ".github/workflows/**/*.yml" || (echo "An action can't make changes to actions, you'll have to run prettier manually" && exit 1)
3030
- run: npx prettier --ignore-path .gitignore --cache --write .
31-
- uses: EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # tag=v9
31+
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
3232
with:
3333
default_author: github_actions
3434
commit: --no-verify

0 commit comments

Comments
 (0)