File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,12 @@ jobs:
1818 - uses : actions/checkout@v4
1919 - uses : pnpm/action-setup@v4
2020 with :
21- version : 9
21+ version : latest
2222 - uses : actions/setup-node@v4
2323 with :
24- node-version : ' lts/*'
24+ node-version : lts/*
2525 cache : pnpm
26- cache-dependency-path : pnpm-lock.yaml
27- - run : pnpm install --frozen-lockfile
26+ - run : pnpm install
2827 - run : pnpm prettier --plugin=prettier-plugin-svelte -c .
2928 - run : pnpm tsc
3029 - run : pnpm eslint .
@@ -48,13 +47,12 @@ jobs:
4847 ref : ${{ github.ref }}
4948 - uses : pnpm/action-setup@v4
5049 with :
51- version : 9
50+ version : latest
5251 - uses : actions/setup-node@v4
5352 with :
54- node-version : ' lts/*'
53+ node-version : lts/*
5554 cache : pnpm
56- cache-dependency-path : pnpm-lock.yaml
57- - run : pnpm install --frozen-lockfile
55+ - run : pnpm install
5856 - run : pnpm build
5957 - run : node release/index.js
6058 env :
You can’t perform that action at this time.
0 commit comments