Skip to content

Commit ff81813

Browse files
committed
Fix typo in version
1 parent eefe781 commit ff81813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- name: 🏗 Install Python dependencies
176176
run: poetry install --no-interaction
177177
- name: 🏗 Set up Node.js
178-
uses: actions/setup-node@V4.0.0
178+
uses: actions/setup-node@v4.0.0
179179
with:
180180
node-version-file: ".nvmrc"
181181
cache: "npm"

0 commit comments

Comments
 (0)