Skip to content

Commit 3acda0e

Browse files
build(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#210)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@1e60f62...0a44ba7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1f906b commit 3acda0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1111

1212
- name: Setup Node.js
13-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
13+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
1414
with:
1515
node-version: 20
1616
cache: npm

0 commit comments

Comments
 (0)