Skip to content

Commit

Permalink
Ensure document deploy is using correct node version
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jan 26, 2025
1 parent 236407f commit e971d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '22'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
Expand Down

0 comments on commit e971d9c

Please sign in to comment.