Skip to content

Comments

Bump actions/setup-node from 2.1.4 to 3.6.0#97

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions/setup-node-3.6.0
Open

Bump actions/setup-node from 2.1.4 to 3.6.0#97
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions/setup-node-3.6.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 6, 2023

Bumps actions/setup-node from 2.1.4 to 3.6.0.

Release notes

Sourced from actions/setup-node's releases.

Add Support for Nightly, Canary and RC builds for Node.js

In scope of this release we added support to download nightly, rc (actions/setup-node#611) and canary (actions/setup-node#619) Node.js distributions.

For nightly versions:

jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-nightly'
      - run: npm ci
      - run: npm test

For canary versions:

jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-v8-canary’
      - run: npm ci
      - run: npm test

For rc versions:

jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16.0.0-rc.1’
      - run: npm ci
      - run: npm test

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.4 to 3.6.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.4...v3.6.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jan 6, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 6, 2023

Codecov Report

Merging #97 (3d6752b) into master (483d228) will increase coverage by 0.71%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
+ Coverage   94.36%   95.07%   +0.71%     
==========================================
  Files         230      230              
  Lines        5959     7009    +1050     
  Branches     1448     1735     +287     
==========================================
+ Hits         5623     6664    +1041     
- Misses        302      339      +37     
+ Partials       34        6      -28     
Impacted Files Coverage Δ
.../jaeger-ui/src/utils/tracking/noopWebAnalytics.tsx 66.66% <0.00%> (-33.34%) ⬇️
packages/jaeger-ui/src/utils/configure-store.js 83.33% <0.00%> (-16.67%) ⬇️
...nents/SearchTracePage/SearchResults/ScatterPlot.js 66.66% <0.00%> (-6.07%) ⬇️
packages/jaeger-ui/src/selectors/dependencies.js 94.44% <0.00%> (-5.56%) ⬇️
packages/jaeger-ui/src/utils/filter-spans.tsx 96.42% <0.00%> (-3.58%) ⬇️
...ui/src/components/TracePage/keyboard-shortcuts.tsx 80.00% <0.00%> (-3.34%) ⬇️
...er-ui/src/components/common/FilteredList/index.tsx 97.46% <0.00%> (-2.54%) ⬇️
...src/components/TracePage/TraceGraph/TraceGraph.tsx 92.85% <0.00%> (-2.15%) ⬇️
...racePage/TraceStatistics/TraceStatisticsHeader.tsx 29.78% <0.00%> (-0.99%) ⬇️
packages/jaeger-ui/src/selectors/trace.js 91.59% <0.00%> (-0.44%) ⬇️
... and 192 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant