Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linuxPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v2-beta
with:
node-version: '14'

- name: install Pandoc
run: sudo apt install pandoc

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windowsMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v2-beta
with:
node-version: '14'
node-version: '16'

- name: install Pandoc
uses: crazy-max/ghaction-chocolatey@v1
Expand All @@ -34,7 +34,7 @@ jobs:
run: gem install asciidoctor

- name: install TS
run: npm install typescript
run: npm install -g typescript

- name: npm install
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windowsPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-node@v2-beta
with:
node-version: '14'
node-version: '16'

- name: install Pandoc
uses: crazy-max/ghaction-chocolatey@v1
Expand All @@ -27,7 +27,7 @@ jobs:
run: gem install asciidoctor

- name: install TS
run: npm install typescript
run: npm install -g typescript

- name: npm install
run: npm install
Expand Down
Loading