Commit 28155bc
authored
fix: use ubuntu-latest for npm publish (OIDC requires GitHub-hosted runners) (#24)
### TL;DR
Updated the runner for the npm publish workflow from a custom runner to the standard GitHub-hosted runner.
### What changed?
Changed the `runs-on` parameter in the npm-publish.yml workflow from `blacksmith-4vcpu-ubuntu-2404` to `ubuntu-latest`.
### How to test?
Trigger the npm publish workflow and verify that it runs successfully on the standard GitHub-hosted runner.
### Why make this change?
Testing to see if we must use Github's runners for automated trusted publishing to npm.1 parent 7972c50 commit 28155bc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments