Skip to content

Commit

Permalink
fix: Use newest node=22 in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonee committed Sep 24, 2024
1 parent bab781f commit 91d78bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: actions/checkout@v2
- name: Install backend packages
run: pip install -r requirements/dist.txt
Expand Down

0 comments on commit 91d78bc

Please sign in to comment.