Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Oct 13, 2023
1 parent 5bd3186 commit 4f6d276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on: push

jobs:
build:
runs-on: ubuntu-20.04
container: docker://node:16-buster
runs-on: ubuntu-latest
env:
NODE_ENV: production
steps:
Expand All @@ -19,6 +18,7 @@ jobs:
args: generate ./...

- name: Build
uses: docker://node:16-buster
run: |
yarn install --frozen-lockfile --production=false
yarn run build
Expand Down

0 comments on commit 4f6d276

Please sign in to comment.