Skip to content

Commit f66de9d

Browse files
Bump actions/setup-node from 3.4.0 to 3.4.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f70acb1 commit f66de9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: echo "##[set-output name=nvmrc;]$(cat .nvmrc)"
8383
- name: 🏗 Set up Node.js ${{ steps.nvm.outputs.nvmrc }}
8484
if: ${{ matrix.id == 'prettier' }}
85-
uses: actions/setup-node@v3.4.0
85+
uses: actions/setup-node@v3.4.1
8686
with:
8787
node-version: "${{ steps.nvm.outputs.nvmrc }}"
8888
- name: 🏗 Get pip cache dir

.github/workflows/typing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
id: nvm
7070
run: echo "##[set-output name=nvmrc;]$(cat .nvmrc)"
7171
- name: 🏗 Set up Node.js ${{ steps.nvm.outputs.nvmrc }}
72-
uses: actions/setup-node@v3.4.0
72+
uses: actions/setup-node@v3.4.1
7373
with:
7474
node-version: "${{ steps.nvm.outputs.nvmrc }}"
7575
- name: 🏗 Get pip cache directory

0 commit comments

Comments
 (0)