Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurtak committed Nov 16, 2023
1 parent 689ef41 commit c487353
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
- run: npm ci
- run: npm run validate
build:
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "17"
node-version: "20"
- run: npm ci --production
- run: npm run build
- uses: preactjs/compressed-size-action@v2
Expand All @@ -36,7 +36,7 @@ jobs:
name: artifact-dist
path: dist
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.2
uses: nwtgck/actions-netlify@v2.1
with:
publish-dir: dist
production-branch: main
Expand Down

0 comments on commit c487353

Please sign in to comment.