Skip to content

Commit

Permalink
Merge branch 'billchurch-main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Fhwang0926 committed Dec 25, 2023
2 parents 9de3d7f + a6131fb commit fb28663
Show file tree
Hide file tree
Showing 7 changed files with 6,058 additions and 949 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RUN apt-get update && apt-get install gnupg2 -y

RUN npm i --location=global release-please

RUN useradd -ms /bin/bash vscode

# [Optional] Uncomment if you want to install an additional version of node using nvm
# ARG EXTRA_NODE_VERSION=10
# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: app
default-branch: main
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: release
strategy:
fail-fast: false
Expand Down
Loading

0 comments on commit fb28663

Please sign in to comment.