Skip to content

Commit

Permalink
update Nestjs v10.3 & remove github acion prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dekiakbar committed Jan 13, 2024
1 parent d31402a commit d853a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@ on:
types: [opened, reopened]

jobs:
prebuild:
name: Run Prebuild
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install node lts (hydrogen)
uses: actions/setup-node@v3
with:
node-version: lts/hydrogen
- name: npm install
run: npm install
- name: run prebuild
run: npm run prebuild
build:
name: Run Build
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<p align="center">
<a href="https://github.com/dekiakbar/image-optimizer/actions/workflows/build.yml">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/build.yml/badge.svg?event=push" alt="Build">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/build.yml/badge.svg" alt="Build">
</a>
<a href="https://github.com/dekiakbar/image-optimizer/actions/workflows/deploy.yml">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/deploy.yml/badge.svg" alt="Deploy">
</a>
<a href="https://github.com/dekiakbar/image-optimizer/actions/workflows/lint.yml">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/lint.yml/badge.svg?event=push" alt="Lint">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/lint.yml/badge.svg" alt="Lint">
</a>
<a href="https://github.com/dekiakbar/image-optimizer/actions/workflows/test.yml">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/test.yml/badge.svg?event=push" alt="Build">
Expand Down

0 comments on commit d853a8a

Please sign in to comment.