build(deps): bump actions/setup-node from 2 to 4 (#26927)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-01 08:06:48 -07:00 committed by GitHub
parent 83acac3e43
commit 032af5a069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 12 additions and 12 deletions

View File

@ -28,7 +28,7 @@ jobs:
working-directory: superset-embedded-sdk working-directory: superset-embedded-sdk
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: "16" node-version: "16"
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'

View File

@ -14,7 +14,7 @@ jobs:
working-directory: superset-embedded-sdk working-directory: superset-embedded-sdk
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: "16" node-version: "16"
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'

View File

@ -47,7 +47,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
if: env.HAS_TAGS if: env.HAS_TAGS
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}

View File

@ -80,7 +80,7 @@ jobs:
with: with:
run: testdata run: testdata
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: ${{ matrix.node }} node-version: ${{ matrix.node }}
- name: Install npm dependencies - name: Install npm dependencies

View File

@ -39,7 +39,7 @@ jobs:
submodules: recursive submodules: recursive
ref: master ref: master
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v3.1.1 uses: actions/setup-node@v4
with: with:
node-version: ${{ matrix.node }} node-version: ${{ matrix.node }}
- name: Install eyes-storybook dependencies - name: Install eyes-storybook dependencies

View File

@ -36,7 +36,7 @@ jobs:
persist-credentials: false persist-credentials: false
submodules: recursive submodules: recursive
- name: Set up Node.js 16 - name: Set up Node.js 16
uses: actions/setup-node@v2 uses: actions/setup-node@v4
with: with:
node-version: '16' node-version: '16'
- name: yarn install - name: yarn install

View File

@ -19,7 +19,7 @@ jobs:
persist-credentials: false persist-credentials: false
submodules: recursive submodules: recursive
- name: Set up Node.js 16 - name: Set up Node.js 16
uses: actions/setup-node@v2 uses: actions/setup-node@v4
with: with:
node-version: '16' node-version: '16'
- name: yarn install - name: yarn install

View File

@ -94,7 +94,7 @@ jobs:
with: with:
run: testdata run: testdata
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: "16" node-version: "16"
- name: Install npm dependencies - name: Install npm dependencies

View File

@ -31,7 +31,7 @@ jobs:
run: ./scripts/ci_check_no_file_changes.sh frontend run: ./scripts/ci_check_no_file_changes.sh frontend
- name: Setup Node.js - name: Setup Node.js
if: steps.check.outcome == 'failure' if: steps.check.outcome == 'failure'
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: "16" node-version: "16"
- name: Install dependencies - name: Install dependencies

View File

@ -17,7 +17,7 @@ jobs:
persist-credentials: false persist-credentials: false
submodules: recursive submodules: recursive
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: '16' node-version: '16'
- name: Install dependencies - name: Install dependencies

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: '16' node-version: '16'

View File

@ -22,7 +22,7 @@ jobs:
ref: ${{ github.head_ref }} # Checkout the branch that made the PR ref: ${{ github.head_ref }} # Checkout the branch that made the PR
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v4
with: with:
node-version: '16' node-version: '16'