Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 7, 2024
1 parent 2a405da commit 6f0ab59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
working-directory: ./packages/app

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci
- run: npm run build
- run: "echo 'shacl-playground.zazuko.com' > dist/CNAME"
Expand Down

0 comments on commit 6f0ab59

Please sign in to comment.