We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf869a commit ac90dddCopy full SHA for ac90ddd
.github/workflows/linting.yaml
@@ -80,7 +80,7 @@ jobs:
80
run: echo "##[set-output name=nvmrc;]$(cat .nvmrc)"
81
- name: 🏗 Set up Node.js ${{ steps.nvm.outputs.nvmrc }}
82
if: ${{ matrix.id == 'prettier' }}
83
- uses: actions/setup-node@v3.8.0
+ uses: actions/setup-node@v3.8.1
84
with:
85
node-version: "${{ steps.nvm.outputs.nvmrc }}"
86
- name: 🏗 Get pip cache dir
.github/workflows/typing.yaml
@@ -69,7 +69,7 @@ jobs:
69
id: nvm
70
71
72
73
74
75
- name: 🏗 Get pip cache directory
0 commit comments