Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost0159 authored Nov 21, 2024
1 parent e1b9f5d commit b9f35f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-deploy:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand All @@ -17,9 +17,6 @@ jobs:
with:
node-version: 22

- name: Disable npm scripts
run: npm config set ignore-scripts true

- name: Install dependencies and build
run: |
npm ci
Expand Down

0 comments on commit b9f35f5

Please sign in to comment.