chore: wireit actions v2 + update wireit version
* chore: wireit actions v2 * Update wireit version --------- Co-authored-by: ByoungYong Kim <ryubro@users.noreply.github.com>
This commit is contained in:
parent
2f47f23494
commit
0c3425c2b9
4 changed files with 14 additions and 15 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google/wireit@setup-github-actions-caching/v1
|
||||
- uses: google/wireit@setup-github-actions-caching/v2
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
6
.github/workflows/verify-pr.yml
vendored
6
.github/workflows/verify-pr.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
name: Verify changes
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google/wireit@setup-github-actions-caching/v1
|
||||
- uses: google/wireit@setup-github-actions-caching/v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Sanity check
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
name: Browser tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google/wireit@setup-github-actions-caching/v1
|
||||
- uses: google/wireit@setup-github-actions-caching/v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node 18.x
|
||||
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
node-version: [16.x, 18.x]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
steps:
|
||||
- uses: google/wireit@setup-github-actions-caching/v1
|
||||
- uses: google/wireit@setup-github-actions-caching/v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node ${{ matrix.node-version }}
|
||||
|
|
|
|||
19
package-lock.json
generated
19
package-lock.json
generated
|
|
@ -65,7 +65,7 @@
|
|||
"semver": "^7.6.3",
|
||||
"sinon": "^19.0.2",
|
||||
"typescript": "^4.9.5",
|
||||
"wireit": "^0.14.9"
|
||||
"wireit": "^0.14.12"
|
||||
}
|
||||
},
|
||||
"node_modules/@11ty/dependency-tree": {
|
||||
|
|
@ -27167,11 +27167,10 @@
|
|||
}
|
||||
},
|
||||
"node_modules/wireit": {
|
||||
"version": "0.14.9",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.9.tgz",
|
||||
"integrity": "sha512-hFc96BgyslfO1WGSzQqOVYd5N3TB+4u9w70L9GHR/T7SYjvFmeznkYMsRIjMLhPcVabCEYPW1vV66wmIVDs+dQ==",
|
||||
"version": "0.14.12",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.12.tgz",
|
||||
"integrity": "sha512-gNSd+nZmMo6cuICezYXRIayu6TSOeCSCDzjSF0q6g8FKDsRbdqrONrSZYzdk/uBISmRcv4vZtsno6GyGvdXwGA==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"workspaces": [
|
||||
"vscode-extension",
|
||||
"website"
|
||||
|
|
@ -28128,7 +28127,7 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"packages-node/providence-analytics": {
|
||||
"version": "0.18.4",
|
||||
"version": "0.19.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@rollup/plugin-node-resolve": "^16.0.1",
|
||||
|
|
@ -28912,7 +28911,7 @@
|
|||
}
|
||||
},
|
||||
"packages-node/remark-extend": {
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"not": "^0.1.0",
|
||||
|
|
@ -28935,7 +28934,7 @@
|
|||
}
|
||||
},
|
||||
"packages-node/rocket-preset-extend-lion-docs": {
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.10.1",
|
||||
|
|
@ -28944,7 +28943,7 @@
|
|||
"es-module-lexer": "^0.3.6",
|
||||
"glob": "^7.1.6",
|
||||
"plugins-manager": "^0.3.0",
|
||||
"remark-extend": "^0.5.1",
|
||||
"remark-extend": "^0.5.3",
|
||||
"unist-util-visit": "^2.0.2"
|
||||
}
|
||||
},
|
||||
|
|
@ -28965,7 +28964,7 @@
|
|||
},
|
||||
"packages/ui": {
|
||||
"name": "@lion/ui",
|
||||
"version": "0.11.1",
|
||||
"version": "0.11.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@bundled-es-modules/message-format": "^6.2.4",
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@
|
|||
"semver": "^7.6.3",
|
||||
"sinon": "^19.0.2",
|
||||
"typescript": "^4.9.5",
|
||||
"wireit": "^0.14.9"
|
||||
"wireit": "^0.14.12"
|
||||
},
|
||||
"bundlesize": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue