Skip to content

Commit

Permalink
Use Node.js 18 for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Oct 18, 2023
1 parent a1aee45 commit c269cf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/texlive_on_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: steps.cache-texlive.outputs.cache-hit != 'true'
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- run: latex -v
- run: |
which perl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/texlive_on_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: steps.cache-texlive.outputs.cache-hit != 'true'
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- run: latex -v
- run: |
which perl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/texlive_on_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: steps.cache-texlive.outputs.cache-hit != 'true'
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- run: latex -v
- run: perl -v
- run: perl -MCwd -e 'print $Cwd::VERSION."\n";'
Expand Down

0 comments on commit c269cf3

Please sign in to comment.