File tree Expand file tree Collapse file tree 4 files changed +121
-115
lines changed
Expand file tree Collapse file tree 4 files changed +121
-115
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v4
1111 - uses : actions/setup-node@v4
1212 with :
13- node-version : 18
13+ node-version : 20
1414 - run : npm ci
1515 - run : npm test
1616 env :
Original file line number Diff line number Diff line change 77jobs :
88 publish :
99 runs-on : ubuntu-latest
10+ permissions :
11+ checks : read
12+ statuses : write
13+ contents : write
14+ packages : write
15+ id-token : write
1016 steps :
1117 - uses : actions/checkout@v4
1218 - uses : actions/setup-node@v4
1319 with :
14- node-version : 16
20+ node-version : 20
1521 - run : npm ci
1622 - run : npm test
1723 env :
1824 FORCE_COLOR : 3
1925 - run : echo "//wombat-dressing-room.appspot.com/:_authToken=$AUTH_TOKEN" >> .npmrc
2026 env :
2127 AUTH_TOKEN : ${{ secrets.AUTH_TOKEN }}
22- - run : npm publish
28+ - run : npm publish --provenance
You can’t perform that action at this time.
0 commit comments