File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -41,24 +41,24 @@ jobs:
41
41
tsc : true
42
42
prettier : true
43
43
44
- # Lint :
45
- # strategy:
46
- # matrix:
47
- # node: ['18 ']
44
+ Build :
45
+ strategy :
46
+ matrix :
47
+ node : ['20 ']
48
48
49
- # runs-on: ubuntu-latest
50
- # steps:
51
- # - uses: actions/checkout@v3
49
+ runs-on : ubuntu-latest
50
+ steps :
51
+ - uses : actions/checkout@v2
52
52
53
- # - uses: pnpm/action-setup@v2
54
- # with:
55
- # version: 8.1 .0
53
+ - uses : pnpm/action-setup@v2.2.3
54
+ with :
55
+ version : 8.14 .0
56
56
57
- # - uses: actions/setup-node@v3
58
- # with:
59
- # node-version: 18.x
60
- # cache: pnpm
57
+ - name : Set up Node
58
+ uses : actions/setup-node@v2
59
+ with :
60
+ node-version : ${{ matrix.node }}
61
+ cache : pnpm
61
62
62
- # - run: pnpm install --frozen-lockfile
63
- # - run: pnpm run lint
64
- # - run: pnpm run check
63
+ - run : pnpm install --frozen-lockfile
64
+ - run : pnpm build
You can’t perform that action at this time.
0 commit comments