Skip to content

Commit

Permalink
fix(deps): bump actions/setup-node from v2.1.2 to v2.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.2...27082ce)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2020
1 parent af3d5cc commit f9f2247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.3
with:
node-version: ${{ matrix.node }}
registry-url: 'https://npm.pkg.github.com'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2.3.1

- name: Setup node env 🏗
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.3
with:
node-version: ${{ matrix.node }}
registry-url: 'https://npm.pkg.github.com'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ref: main

- name: Setup node env 📦
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.3
with:
registry-url: 'https://npm.pkg.github.com'
scope: '@geospoc'
Expand Down

0 comments on commit f9f2247

Please sign in to comment.