We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a681e98 commit 03428f1Copy full SHA for 03428f1
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
run: corepack enable
23
24
- name: Setup Node.js ${{ matrix.node }}
25
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
26
with:
27
node-version: ${{ matrix.node }}
28
cache: yarn
package.json
@@ -16,10 +16,10 @@
16
"start": "vc dev"
17
},
18
"devDependencies": {
19
- "@1stg/common-config": "^12.0.1",
+ "@1stg/common-config": "^13.0.0",
20
"@commitlint/cli": "^19.8.0",
21
"@octokit/request": "^9.2.3",
- "@types/web": "^0.0.217",
+ "@types/web": "^0.0.229",
"eslint": "^9.24.0",
"lint-staged": "^15.5.1",
"npm-run-all2": "^7.0.2",
0 commit comments