chore(deps): bump actions/setup-node from 4 to 6#16
Conversation
|
| Filename | Overview |
|---|---|
| .github/workflows/ci.yml | Bumps actions/setup-node from v4 to v6; explicit cache: yarn input is preserved and continues to work in v6. |
| .github/workflows/publish.yaml | Bumps actions/setup-node from v4 to v6 in the publish workflow; no other changes. |
| .github/workflows/release.yml | Bumps actions/setup-node from v4 to v6 in the release workflow; no other changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[GitHub Actions Trigger] --> B[checkout]
B --> C[setup-node v6]
C --> D{cache yarn}
D -->|Explicit input still supported| E[Yarn cache restored]
E --> F[Install and Build / Test / Publish / Release]
Reviews (2): Last reviewed commit: "chore(deps): bump actions/setup-node fro..." | Re-trigger Greptile
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
48740c0 to
dfd6641
Compare
Bumps actions/setup-node from 4 to 6.
Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
48b55a0Update Node.js versions in versions.yml and bump package to v6.4.0 (#1533)ab72c7eUpgrade@actionsdependencies (#1525)53b8394Bump minimatch from 3.1.2 to 3.1.5 (#1498)54045abScope test lockfiles by package manager and update cache tests (#1495)c882bffReplace uuid with crypto.randomUUID() (#1378)774c1d6feat(node-version-file): support parsingdevEnginesfield (#1283)efcb663fix: remove hardcoded bearer (#1467)d02c89dFix npm audit issues (#1491)6044e13Docs: bump actions/checkout from v5 to v6 (#1468)8e49463Fix README typo (#1226)