Skip to content

Commit

Permalink
ci: updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Sep 18, 2024
1 parent 68f82db commit c3f7a23
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,6 @@ jobs:
id: checkout
uses: actions/checkout@v4

- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm

- name: Install Dependencies
id: npm-ci
run: npm ci

- name: Build
id: npm-build
run: npm run package

- name: Test Local Action
id: test-action
uses: ./
Expand Down

0 comments on commit c3f7a23

Please sign in to comment.