Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for EOL Python and Django and update tests #313

Merged
merged 13 commits into from
Feb 9, 2025
Prev Previous commit
Next Next commit
Bump version of node used for standardjs test to 22 (LTS)
  • Loading branch information
mikemanger committed Feb 7, 2025
commit 272ead51893c8ca19b0c40c7547a6a52baeb621a
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '22.x'
- run: npm install -g standard
- run: standard

Expand Down