Skip to content

Commit

Permalink
Fix frontend CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Mar 28, 2024
1 parent ccd4178 commit 1c7138c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ permissions:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: []

steps:
- uses: actions/checkout@v4
- name: Set up frontend
Expand All @@ -28,10 +24,6 @@ jobs:

test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: []

steps:
- uses: actions/checkout@v4
- name: Set up frontend
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"prettier": "prettier-config-smarthr",
"engines": {
"node": "20.11.1"
"node": ">= 20.0.0"
},
"packageManager": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit 1c7138c

Please sign in to comment.