Skip to content

Commit

Permalink
Merge branch 'master' into annangela/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela authored Jan 18, 2024
2 parents ca5566f + e17a477 commit 162c61b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_assign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
check-latest: true
cache: npm
- name: Installing the dependencies
uses: AnnAngela/cached_node-modules@v1
uses: AnnAngela/cached_node-modules@v2
with:
command: npm run ci
- name: add assignees and reviewers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detectHardcodedOutdatedNPMPackages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
check-latest: true
cache: npm
- name: Installing the dependencies
uses: AnnAngela/cached_node-modules@v1
uses: AnnAngela/cached_node-modules@v2
with:
command: npm run ci
- name: Detect hardcoded-outdated NPM packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generateConfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
check-latest: true
cache: npm
- name: Installing the dependencies
uses: AnnAngela/cached_node-modules@v1
uses: AnnAngela/cached_node-modules@v2
with:
command: npm run ci
- name: Prepare git
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/postCommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
check-latest: true
cache: npm
- name: Installing the dependencies
uses: AnnAngela/cached_node-modules@v1
uses: AnnAngela/cached_node-modules@v2
with:
command: npm run ci
- name: If needs to skip, skip now
Expand All @@ -102,7 +102,7 @@ jobs:
check-latest: true
cache: npm
- name: Installing the dependencies
uses: AnnAngela/cached_node-modules@v1
uses: AnnAngela/cached_node-modules@v2
with:
command: npm run ci
- name: Git config
Expand Down Expand Up @@ -148,11 +148,11 @@ jobs:
check-latest: true
cache: npm
- name: Installing the dependencies
uses: AnnAngela/cached_node-modules@v1
uses: AnnAngela/cached_node-modules@v2
with:
command: npm run ci
- name: Reload the linter cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .cache
key: cache@${{ github.ref }}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
check-latest: true
cache: npm
- name: Installing the dependencies
uses: AnnAngela/cached_node-modules@v1
uses: AnnAngela/cached_node-modules@v2
with:
command: npm run ci
- name: Fire the webhook of AnnAngela's server
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -33,7 +33,7 @@
"@types/moment": "^2.13.0",
"@types/oojs-ui": "^0.47.6",
"@wikimedia/types-wikimedia": "^0.4.2",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"browser-pack-flat": "^3.5.0",
"browserify": "^17.0.0",
"common-shakeify": "^1.1.2",
Expand Down

0 comments on commit 162c61b

Please sign in to comment.