Skip to content

Commit

Permalink
fix: update eslint workflow to use ubuntu-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmendes21 committed Jan 30, 2025
1 parent 94b6780 commit 5562ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
eslint:
runs-on: self-hosted
runs-on: ubuntu-latest
container:
image: node:18-alpine3.18

Expand Down

0 comments on commit 5562ec8

Please sign in to comment.