Skip to content

Commit

Permalink
update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Sep 23, 2024
1 parent 7f3cbcc commit 71a85ae
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ jobs:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm

- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build
run: yarn build

0 comments on commit 71a85ae

Please sign in to comment.