Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 389367a

Browse files
authored
Merge pull request #104 from nodejs-monorepo-templates/dependabot/github_actions/actions/setup-node-2.4.1
Bump actions/setup-node from 2.4.0 to 2.4.1
2 parents 782a748 + f9fcca5 commit 389367a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/[email protected]
4949
- name: Use Node.js ${{ matrix.vars.node }}
50-
uses: actions/[email protected].0
50+
uses: actions/[email protected].1
5151
with:
5252
node-version: ${{ matrix.vars.node }}
5353
- name: Cache PNPM store

0 commit comments

Comments
 (0)