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

Commit

Permalink
Merge pull request #56 from KSXGitHub/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-v2.1.3

Bump actions/setup-node from v2.1.2 to v2.1.3
  • Loading branch information
KSXGitHub committed Dec 14, 2020
2 parents 2009e7b + 3e01d2b commit 59449fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yaml
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.vars.node }}
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.3
with:
node-version: ${{ matrix.vars.node }}
- name: Cache PNPM store
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-web-pages.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.2
- uses: actions/setup-node@v2.1.3
with:
node-version: 14.x
- uses: actions/cache@v2.1.3
Expand Down

0 comments on commit 59449fa

Please sign in to comment.