Skip to content

Commit 1298b90

Browse files
committed
Update wireit.
1 parent 7ff34a7 commit 1298b90

File tree

4 files changed

+30
-9
lines changed

4 files changed

+30
-9
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cache: npm
1818
cache-dependency-path: package-lock.json
1919

20-
- uses: google/wireit@setup-github-actions-caching/v1
20+
- uses: google/wireit@setup-github-actions-caching/v2
2121

2222
- name: NPM install
2323
run: npm ci

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cache: npm
1818
cache-dependency-path: package-lock.json
1919

20-
- uses: google/wireit@setup-github-actions-caching/v1
20+
- uses: google/wireit@setup-github-actions-caching/v2
2121

2222
- name: NPM install
2323
run: npm ci

package-lock.json

Lines changed: 27 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"eslint-plugin-no-only-tests": "^3.1.0",
1717
"prettier": "^2.8.8",
1818
"typescript": "^5.0.4",
19-
"wireit": "^0.9.5"
19+
"wireit": "^0.14.12"
2020
},
2121
"wireit": {
2222
"build": {

0 commit comments

Comments
 (0)