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
18
.github/workflows/node.js.yml
vendored
18
.github/workflows/node.js.yml
vendored
|
|
@ -1,8 +1,16 @@
|
||||||
steps:
|
name: Node.js CI
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: actions/setup-node@v4
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run
|
- run: npm run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue