Commit eae09d1
authored
ci(*): switch to trusted publishing (#483)
This pull request makes a small update to the npm publishing workflow.
The most notable change is the addition of a step to update npm to the
latest version before installing dependencies and publishing the
package.
Workflow improvements:
* Added a step to update npm to the latest version using `npm install -g
npm@latest` before running `npm ci` and publishing.
(.github/workflows/publish.yml)1 parent b515af0 commit eae09d1
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | | - | |
37 | | - | |
| |||
0 commit comments