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

Commit ce4d340

Browse files
authored
Merge pull request #133 from nodejs-monorepo-templates/renovate/actions-setup-node-2.x
chore(deps): update actions/setup-node action to v2.4.1
2 parents ad951c9 + dfde4e6 commit ce4d340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yaml

Lines changed: 1 addition & 1 deletion
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)