mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-24 00:51:47 +00:00
commit
24b116419d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
needs: [eslint, pack, prettier, tsc]
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with: { node-version: 16 }
|
||||
- run: npm ci
|
||||
|
|
|
|||
Loading…
Reference in a new issue