Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxCouncil committed Mar 19, 2024
1 parent 6cb4d05 commit bcef492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ghppublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 19
node-version: latest
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit bcef492

Please sign in to comment.