Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna committed Apr 21, 2024
1 parent 0070972 commit 3cc2d43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:


- name: Downloading Dependencies
run: npm install --omit=dev
run: npm ci --omit=dev

- name: Build
run: npm run build
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '14'
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 3cc2d43

Please sign in to comment.