We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae8ff3 commit 673a256Copy full SHA for 673a256
2 files changed
.github/workflows/linting.yaml
@@ -77,7 +77,7 @@ jobs:
77
run: echo "##[set-output name=nvmrc;]$(cat .nvmrc)"
78
- name: 🏗 Set up Node.js ${{ steps.nvm.outputs.nvmrc }}
79
if: ${{ matrix.id == 'prettier' }}
80
- uses: actions/setup-node@v2.1.5
+ uses: actions/setup-node@v2.2.0
81
with:
82
node-version: "${{ steps.nvm.outputs.nvmrc }}"
83
- name: 🏗 Get pip cache dir
.github/workflows/typing.yaml
@@ -66,7 +66,7 @@ jobs:
66
id: nvm
67
68
69
70
71
72
- name: 🏗 Get pip cache directory
0 commit comments