Skip to content

Commit

Permalink
workflow: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Mar 24, 2024
1 parent e8207ff commit 7d8f566
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push]

jobs:
prepare:
build:
runs-on: ubuntu-latest
container:
image: node:10.24.1
Expand All @@ -14,20 +14,6 @@ jobs:
- name: Install dependencies
run: npm install

- uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

build:
needs: prepare
runs-on: ubuntu-latest
container:
image: node:10.24.1

steps:
- uses: actions/checkout@v2

- name: Build
run: npm run build

Expand Down

0 comments on commit 7d8f566

Please sign in to comment.