diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 30d1bea1f..fd614de8c 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' - name: Create extension package diff --git a/.github/workflows/texlive_on_linux.yml b/.github/workflows/texlive_on_linux.yml index 510f08508..07119c8fe 100644 --- a/.github/workflows/texlive_on_linux.yml +++ b/.github/workflows/texlive_on_linux.yml @@ -50,7 +50,7 @@ jobs: mv -f latexindent /tmp/texlive/bin/x86_64-linux/latexindent chmod +x /tmp/texlive/bin/x86_64-linux/latexindent if: steps.cache-texlive.outputs.cache-hit != 'true' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' - run: | diff --git a/.github/workflows/texlive_on_mac.yml b/.github/workflows/texlive_on_mac.yml index d20ff5017..72a4f2795 100644 --- a/.github/workflows/texlive_on_mac.yml +++ b/.github/workflows/texlive_on_mac.yml @@ -49,7 +49,7 @@ jobs: curl -s -O -L http://mirrors.ctan.org/support/latexindent/bin/macos/latexindent [ -d /Users/runner/texlive/bin/x86_64-darwin/ ] && mv -f latexindent /Users/runner/texlive/bin/x86_64-darwin/latexindent && chmod +x /Users/runner/texlive/bin/x86_64-darwin/latexindent || [ -d /Users/runner/texlive/bin/universal-darwin/ ] && mv -f latexindent /Users/runner/texlive/bin/universal-darwin/latexindent && chmod +x /Users/runner/texlive/bin/universal-darwin/latexindent if: steps.cache-texlive.outputs.cache-hit != 'true' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' - run: | diff --git a/.github/workflows/texlive_on_win.yml b/.github/workflows/texlive_on_win.yml index 695058a7b..edf70c9d4 100644 --- a/.github/workflows/texlive_on_win.yml +++ b/.github/workflows/texlive_on_win.yml @@ -53,7 +53,7 @@ jobs: curl -s -O -L http://mirrors.ctan.org/support/latexindent/bin/windows/latexindent.exe mv -Force "latexindent.exe" "D:\texlive\bin\windows\latexindent-binary.exe" if: steps.cache-texlive.outputs.cache-hit != 'true' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' - run: |