Skip to content

Commit

Permalink
feat: node alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Aug 26, 2024
1 parent 0010b8f commit 40c3eaf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/autopublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build and Validate
runs-on: node:22
runs-on: node:alpine
permissions:
contents: write
steps:
Expand All @@ -20,8 +20,7 @@ jobs:
# - name: Run Respec
# run: |
# sudo npx puppeteer browsers install chrome
# sudo npm install respec
# re
# sudo npx respec --src index.html --out index.html.build.html
- uses: w3c/spec-prod@v2
with:
BUILD_FLAGS: -t 40
Expand Down

0 comments on commit 40c3eaf

Please sign in to comment.