Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-actions: bump actions/setup-node from 2.1.4 to 3.5.1 #3191

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
git config --global help.autocorrect 1
git config --global core.fileMode false

- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v3.5.1
with:
node-version: 12.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codesee-arch-diagram.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
# CodeSee Maps Go support uses a static binary so there's no setup step required.

- name: Configure Node.js 14
uses: actions/setup-node@v3
uses: actions/setup-node@v3.5.1
if: ${{ fromJSON(steps.detect-languages.outputs.languages).javascript }}
with:
node-version: '14'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lychee-cron.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3.5.1
with:
node-version: 12.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lychee-pr.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3.5.1
with:
node-version: 12.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/support-window.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v3.5.1
#with:
# cache: npm
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v3.5.1
with:
node-version: 12
- name: Opening pull request
Expand Down
2 changes: 1 addition & 1 deletion reports/pagespeedresult.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion reports/pagespeedresultmobile.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.