Skip to content

Commit

Permalink
pipeline: try this
Browse files Browse the repository at this point in the history
  • Loading branch information
s4nt14go committed Mar 2, 2024
1 parent 41a9fb4 commit 7140212
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
with:
node-version: '12'

- name: npm ci
run: npm ci
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
with:
node-version: '12'

- name: npm ci
run: npm ci
Expand Down

0 comments on commit 7140212

Please sign in to comment.