Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Nov 21, 2024
1 parent d0cad9d commit 094f86f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '20.x'

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"src"
],
"engines": {
"node": ">=10"
"node": ">=22"
},
"scripts": {
"start": "tsdx watch",
Expand Down Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@size-limit/preset-small-lib": "^11.1.6",
"ajv": "^8.17.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"np": "^10.0.7",
"size-limit": "^11.1.6",
Expand Down

0 comments on commit 094f86f

Please sign in to comment.