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

Commit

Permalink
Merge pull request #126 from nodejs-monorepo-templates/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/actions/setup-node-2.2.0

Bump actions/setup-node from 2.1.5 to 2.2.0
  • Loading branch information
KSXGitHub authored Jul 5, 2021
2 parents c00ee39 + c6ba8c6 commit ede4915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.vars.node }}
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
with:
node-version: ${{ matrix.vars.node }}
- name: Cache PNPM store
Expand Down

0 comments on commit ede4915

Please sign in to comment.