mirror of
https://github.com/0belous/universal-plugin-repo.git
synced 2025-12-20 03:31:18 -03:00
fix workflow
This commit is contained in:
parent
c63ca6801b
commit
f0f59a45ac
1 changed files with 16 additions and 8 deletions
8
.github/workflows/node.js.yml
vendored
8
.github/workflows/node.js.yml
vendored
|
|
@ -1,3 +1,11 @@
|
|||
name: Node.js CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue