Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from tsfun/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-node-v2.1.1

Bump actions/setup-node from v2.1.0 to v2.1.1
  • Loading branch information
KSXGitHub committed Jul 27, 2020
2 parents bb116c4 + f5c5a66 commit 76f0246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.1
- name: Use Node.js ${{ matrix.vars.node }}
uses: actions/setup-node@v2.1.0
uses: actions/setup-node@v2.1.1
with:
node-version: ${{ matrix.vars.node }}
- name: Cache PNPM store
Expand Down

0 comments on commit 76f0246

Please sign in to comment.