Skip to content

Commit

Permalink
Changed CI Runner OS and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi Nakatani committed Nov 1, 2023
1 parent 9d20a2d commit 2f10932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ on:
#
jobs:
build:
# [NOTE]
# We plan to update to ubuntu-latest (22.04) soon.
# Right now I am forced to use 20.04 as there are no relevant packages yet.
#
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
#
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dateformat": "^4.6.3",
"debug": "~4.3.4",
"express": "^4.18.2",
"jose": "^4.15.2",
"k2hdkc": "^1.0.7",
"jose": "^5.0.1",
"k2hdkc": "^1.0.8",
"morgan": "~1.10.0",
"rotating-file-stream": "^3.1.1"
},
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"chai": "^4.3.10",
"chai-http": "^4.4.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
},
Expand Down

0 comments on commit 2f10932

Please sign in to comment.