mirror of
https://github.com/multipleof4/.github.git
synced 2026-01-13 23:37:54 +00:00
Update npm-build.yml
This commit is contained in:
4
.github/workflows/npm-build.yml
vendored
4
.github/workflows/npm-build.yml
vendored
@@ -1,9 +1,9 @@
|
|||||||
on: workflow_call
|
on: workflow_call
|
||||||
jobs:
|
jobs:
|
||||||
build-push:
|
npm-build-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.GITHUB_TOKEN}}
|
token: ${{secrets.GITHUB_TOKEN}}
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user