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 b77477c commit b44b848Copy full SHA for b44b848
1 file changed
.github/workflows/ci.yml
@@ -13,14 +13,14 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v6
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
17
- run: npm i -fg corepack && corepack enable
18
- - uses: actions/setup-node@v6
+ - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
19
with:
20
node-version: "20"
21
cache: pnpm
22
- run: pnpm install
23
- run: pnpm lint
24
- run: pnpm test:types
25
- run: pnpm vitest run --coverage
26
- - uses: codecov/codecov-action@v6
+ - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
0 commit comments