Skip to content

Commit

Permalink
ci: Fix wrong Node.js action name in Python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Nov 2, 2023
1 parent 3335061 commit 62cf3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: '3.11'
- name: Use Node.js 18.x
uses: denoland/setup-deno@v1
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Setup Deno stable
Expand Down

0 comments on commit 62cf3da

Please sign in to comment.