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