File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 ref : ${{ github.head_ref }}
1616 fetch-depth : 0
1717 - name : Generate static TypeDoc files
18- uses : actions/setup-node@v2
18+ uses : actions/setup-node@v4
1919 with :
2020 node-version : ' 16'
2121 - run : npm ci
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v3
2020 - name : Use Node.js ${{ matrix.node-version }}
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@v4
2222 with :
2323 node-version : ${{ matrix.node-version }}
2424 - run : npm ci --prod
Original file line number Diff line number Diff line change 2222 - run : npm version patch -m "[RELEASE] %s"
2323 - run : git push
2424 # Setup .npmrc file to publish to npm
25- - uses : actions/setup-node@v3
25+ - uses : actions/setup-node@v4
2626 with :
2727 node-version : ' 18.x'
2828 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 2424 - name : Checkout
2525 uses : actions/checkout@v3
2626 - name : Set up Node
27- uses : actions/setup-node@v3
27+ uses : actions/setup-node@v4
2828 with :
2929 node-version : 18
3030 - name : Build project with NPM
You can’t perform that action at this time.
0 commit comments