File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 6
6
name : Test on Node 16
7
7
steps :
8
8
- name : Checkout
9
- uses : actions/checkout@v2
10
-
11
-
9
+ uses : actions/checkout@v3
12
10
13
11
- name : Setup Node
14
12
uses : actions/setup-node@v3
15
13
with :
16
14
node-version : 16
17
- cache : pnpm
18
15
# - uses: bahmutov/npm-install@v1
19
- - run : pnpm install --no-frozen-lockfile
20
- - run : pnpm build
21
- - run : pnpm compile
22
- - run : pnpm test
16
+ - run : npm install
17
+ - run : npm run build
18
+ - run : npm run compile
19
+ - run : npm run test
23
20
24
21
- name : Upload coverage report on Node 16 to coveralls.io...
25
- uses : coverallsapp/github-action@master
22
+ uses : coverallsapp/github-action@v1.1.2
26
23
with :
27
- github-token : ${{ secrets.GITHUB_TOKEN }}
24
+ github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments