Skip to content

Commit

Permalink
Merge pull request #46 from shoonia/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
shoonia committed Feb 2, 2024
2 parents 7175697 + 3003b5a commit 28d289e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
lint-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test": "uvu tests"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.5.2",
"eslint": "^8.52.0",
"@evilmartians/lefthook": "^1.6.1",
"eslint": "^8.56.0",
"uvu": "^0.5.6"
},
"repository": {
Expand Down

0 comments on commit 28d289e

Please sign in to comment.