Skip to content

Commit

Permalink
Purposely break build
Browse files Browse the repository at this point in the history
  • Loading branch information
siefkenj committed Mar 28, 2024
1 parent 4f57954 commit ad1e775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "20"

Expand Down
2 changes: 1 addition & 1 deletion ci/prepare-for-pretext-conversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cd $REPO_NAME-$BRANCH_NAME
npm ci

# Convert the textbook
npx vite-node src/convert-textbook.ts -i ../../../book/linearalgebra.tex
npx vite-node src/convert-textbook.ts -i ../../book/linearalgebra.tex

# File is now written to tmp.out.ptx
mkdir -p pretext-output/source
Expand Down

0 comments on commit ad1e775

Please sign in to comment.