Skip to content

Commit

Permalink
Merge pull request #49 from yncat/cat/kill_warnings
Browse files Browse the repository at this point in the history
Bump bootstrap to kill colour-adjust warning
  • Loading branch information
yncat authored Jul 4, 2023
2 parents 39084f2 + 87f196a commit fd5486c
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 35 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 15.x, 16.x]
node-version: [15.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -28,3 +28,5 @@ jobs:
run: npm ci
- name: run tests
run: npm run test
- name: build
run: npm run build
76 changes: 43 additions & 33 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-tabs": "^2.3.3",
"bootstrap": "^5.1.3",
"bootstrap": "^5.2.3",
"colyseus.js": "^0.14.13",
"dfg-messages": "github:yncat/dfg-messages#master",
"howler": "^2.2.3",
Expand Down

0 comments on commit fd5486c

Please sign in to comment.