File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 node-version : [20.x]
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 - name : Use Node.js ${{ matrix.node-version }}
23- uses : actions/setup-node@v1
23+ uses : actions/setup-node@v2
2424 with :
2525 node-version : ${{ matrix.node-version }}
26- - run : npm install
26+ - run : npm ci
2727 - run : npm run lint
2828 - run : npm run lint:deps
2929 - run : npm run lint:types
Original file line number Diff line number Diff line change 99 publish-npm :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : actions/setup-node@v1
12+ - uses : actions/checkout@v3
13+ - uses : actions/setup-node@v2
1414 with :
15- node-version : 16
15+ node-version : 20
1616 registry-url : https://registry.npmjs.org/
1717
1818 - name : Install packages
19- run : npm install
19+ run : npm ci
2020
2121 - name : Test source
2222 run : npm run test
You can’t perform that action at this time.
0 commit comments