Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeAspy committed May 19, 2024
1 parent 8706e18 commit 469aa7c
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: latest

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"build": "tsc"
},
"dependencies": {
"@eslint/js": "^9.2.0",
"@eslint/js": "^9.3.0",
"@types/eslint__js": "^8.42.3",
"fastify": "^4.27.0",
"typescript-eslint": "^7.9.0"
},
"devDependencies": {
"@types/node": "^20.12.12",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"typescript": "5.4.5"
},
"optionalDependencies": {
"tsx": "^4.10.3"
"tsx": "^4.10.5"
}
}
92 changes: 46 additions & 46 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 469aa7c

Please sign in to comment.