Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

bump(deps): update actions/setup-node action to v3.6.0 #471

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-node action minor v3.5.1 -> v3.6.0

Release Notes

actions/setup-node

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

Compare Source

In scope of this release we added support to download nightly, rc (https://github.com/actions/setup-node/pull/611) and canary (https://github.com/actions/setup-node/pull/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

Note: For more examples please refer to documentation.

Besides, we added the following changes as:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot added area/workflow kind/dependencies Pull requests that update a dependency file labels Jun 10, 2023
@netlify
Copy link

netlify bot commented Jun 10, 2023

Deploy Preview for contented ready!

Name Link
🔨 Latest commit 7a203f9
🔍 Latest deploy log https://app.netlify.com/sites/contented/deploys/6484023bbbb1660008d9e9ce
😎 Deploy Preview https://deploy-preview-471--contented.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@fuxingloh fuxingloh enabled auto-merge June 10, 2023 04:57
@codecov
Copy link

codecov bot commented Jun 10, 2023

Codecov Report

Merging #471 (7a203f9) into main (f4c1f48) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #471   +/-   ##
=======================================
  Coverage   82.02%   82.02%           
=======================================
  Files          10       10           
  Lines         395      395           
  Branches       68       68           
=======================================
  Hits          324      324           
  Misses         65       65           
  Partials        6        6           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@fuxingloh fuxingloh added this pull request to the merge queue Jun 10, 2023
Merged via the queue into main with commit e123d62 Jun 10, 2023
@fuxingloh fuxingloh deleted the renovate/actions-setup-node-3.x branch June 10, 2023 05:05
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant