File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
1616 - name : Use Node.js
17- uses : actions/setup-node@v4
17+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
1818 with :
1919 node-version-file : ' .node-version'
2020 cache : ' npm'
21- - run : npm install
21+ - run : npm ci
2222 - run : npx playwright install chromium --only-shell
2323 - run : npm run build
2424 - run : npm run lint
Original file line number Diff line number Diff line change 1111 contents : read
1212 id-token : write
1313 steps :
14- - uses : actions/checkout@v4
15- - uses : actions/setup-node@v4
14+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
15+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
1616 with :
1717 node-version-file : ' .node-version'
1818 registry-url : https://registry.npmjs.org/
2525 - run : npm version ${TAG_NAME} --git-tag-version=false
2626 env :
2727 TAG_NAME : ${{ github.event.release.tag_name }}
28- - run : npm whoami; npm --ignore-scripts publish --provenance
29- env :
30- NODE_AUTH_TOKEN : ${{secrets.npm_token}}
28+ - run : npm --ignore-scripts publish --provenance
Original file line number Diff line number Diff line change 1- 24
1+ 26
Original file line number Diff line number Diff line change 1+ min-release-age = 3
You can’t perform that action at this time.
0 commit comments