File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
ci :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
19
- - uses : pnpm/action-setup@v4
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19
+ - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
20
20
name : Install pnpm
21
21
with :
22
22
version : 9.15.4
23
23
run_install : false
24
24
- name : Install Node.js
25
- uses : actions/setup-node@v4
25
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
26
26
with :
27
27
node-version : 22
28
28
cache : ' pnpm'
32
32
- run : pnpm test:types
33
33
- run : pnpm build
34
34
- run : pnpm vitest
35
- - uses : codecov/codecov-action@v4
35
+ - uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
You can’t perform that action at this time.
0 commit comments