atom-community / sync-settings

Synchronize all your settings and packages across atom instances
https://atom.io/packages/sync-settings
MIT License
1.14k stars 105 forks source link

chore(deps): update actions/setup-node action to v3.2.0 #751

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

actions/setup-node ### [`v3.2.0`](https://togithub.com/actions/setup-node/releases/tag/v3.2.0) [Compare Source](https://togithub.com/actions/setup-node/compare/v3.1.1...v3.2.0) In scope of this release we added new aliases to install the latest Node.js version. [https://github.com/actions/setup-node/pull/483](https://togithub.com/actions/setup-node/pull/483) ```yml steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: current - run: npm ci - run: npm test ```

Configuration

📅 Schedule: "every weekend" (UTC).

🚦 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.



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