Skip to content

Commit

Permalink
Merge pull request #266 from HackRU/update_github_runner
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
avsomers25 authored Mar 4, 2025
2 parents 7aea644 + 66783a6 commit 95d956d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20]
Expand All @@ -26,4 +26,4 @@ jobs:
run: npm run format

- name: Run Linting
run: npm run lint
run: npm run lint

0 comments on commit 95d956d

Please sign in to comment.