Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 18, 2023
1 parent c79b14f commit 4bf954a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- 20
- 18
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"type": "module",
"exports": "./index.js",
"sideEffects": false,
"engines": {
"node": ">=18"
},
Expand All @@ -35,10 +36,10 @@
"uti"
],
"dependencies": {
"run-applescript": "^6.1.0"
"run-applescript": "^7.0.0"
},
"devDependencies": {
"ava": "^5.3.1",
"ava": "^6.0.1",
"xo": "^0.56.0"
}
}

0 comments on commit 4bf954a

Please sign in to comment.