Skip to content

Commit

Permalink
upgrade github actions to latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
shootermv committed May 9, 2024
1 parent aee2ef9 commit 04f1c86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Lint Source Files
run: |
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.1.3",
"gh-pages": "^3.2.3",
"happy-dom": "^14.10.1",
"react": "^18.2.0",
"react-bootstrap": "^2.0.3",
"react-confetti": "^6.1.0",
Expand Down Expand Up @@ -65,7 +64,7 @@
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.30.0",
"happy-dom": "^14.7.1",
"happy-dom": "^14.10.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.6.2",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04f1c86

Please sign in to comment.