Skip to content

Commit 673a256

Browse files
Bump actions/setup-node from 2.1.5 to 2.2.0 (#333)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ae8ff3 commit 673a256

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: echo "##[set-output name=nvmrc;]$(cat .nvmrc)"
7878
- name: 🏗 Set up Node.js ${{ steps.nvm.outputs.nvmrc }}
7979
if: ${{ matrix.id == 'prettier' }}
80-
uses: actions/setup-node@v2.1.5
80+
uses: actions/setup-node@v2.2.0
8181
with:
8282
node-version: "${{ steps.nvm.outputs.nvmrc }}"
8383
- name: 🏗 Get pip cache dir

.github/workflows/typing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
id: nvm
6767
run: echo "##[set-output name=nvmrc;]$(cat .nvmrc)"
6868
- name: 🏗 Set up Node.js ${{ steps.nvm.outputs.nvmrc }}
69-
uses: actions/setup-node@v2.1.5
69+
uses: actions/setup-node@v2.2.0
7070
with:
7171
node-version: "${{ steps.nvm.outputs.nvmrc }}"
7272
- name: 🏗 Get pip cache directory

0 commit comments

Comments
 (0)