Skip to content

Commit

Permalink
fmt&lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Oct 26, 2023
1 parent 9f95e3f commit 49ed002
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/qwik_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
build:

runs-on: self-hosted

steps:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@fastify/compress": "^6.4.0",
"@fastify/static": "^6.11.2",
"@types/eslint": "8.44.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vanilla-extract/css": "^1.13.0",
"eslint": "8.52.0",
"eslint-plugin-qwik": "^1.2.14",
Expand All @@ -45,7 +45,7 @@
"prettier": "3.0.3",
"styled-vanilla-extract": "^0.5.7",
"typescript": "5.2.2",
"undici": "5.26.4",
"undici": "5.26.5",
"vite": "4.5.0",
"vite-tsconfig-paths": "4.2.1"
},
Expand Down

0 comments on commit 49ed002

Please sign in to comment.