Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

chore(devdeps): update actions/setup-node action to v3.3.0 #328

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-node action minor v3.2.0 -> v3.3.0

Release Notes

actions/setup-node

v3.3.0

Compare Source

In scope of this release we added support for lts/-n aliases, improve logic for current, latest and node aliases to handle them from toolcache, update ncc package.

Support of lts/-n aliases
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: lts/-1
- run: npm ci
- run: npm test
Minor improvements

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, click this checkbox.

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

@renovate renovate bot added the UPDATE-MINOR label Jun 6, 2022
@renovate renovate bot requested review from a team, vincentaudebert and QuiiBz and removed request for a team June 6, 2022 14:59
@chambo-e chambo-e merged commit 1a5f255 into main Jun 6, 2022
@chambo-e chambo-e deleted the renovate/actions-setup-node-3.x branch June 6, 2022 18:46
scaleway-bot pushed a commit that referenced this pull request Jun 9, 2022
## [1.16.3](v1.16.2...v1.16.3) (2022-06-09)

### 📦 Chore

* **deps:** update dependency @scaleway/ui to v0.155.0 ([#321](#321)) ([e305fb2](e305fb2))
* **devdeps:** update actions/cache action to v3.0.4 ([#332](#332)) ([3256a67](3256a67))
* **devdeps:** update actions/setup-node action to v3.3.0 ([#328](#328)) ([1a5f255](1a5f255))
* **devdeps:** update dependency @scaleway/eslint-config-react to v3.4.32 ([#330](#330)) ([8724e8d](8724e8d))
* **devdeps:** update dependency eslint to v8.17.0 ([#335](#335)) ([4e0286e](4e0286e))
* **devdeps:** update dependency rollup to v2.75.6 ([#329](#329)) ([cb73415](cb73415))
* **devdeps:** update dependency webpack to v5.73.0 ([#333](#333)) ([0276371](0276371))
* **devdeps:** update jest monorepo to v28.1.1 ([#334](#334)) ([f47b221](f47b221))
* **devdeps:** update node.js to v18.3 ([#331](#331)) ([47a77e9](47a77e9))
@scaleway-bot
Copy link
Collaborator

🎉 This PR is included in version 1.16.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants