Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jun 19, 2024
1 parent 90c3024 commit 1c5228a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Install deps
run: yarn install
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
node-version: [ 16, 20 ]
node-version: [ 18, 22 ]

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Install deps
run: yarn install
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"cosmiconfig": "^9.0.0",
"queuefy": "^1.2.1",
"tar-stream": "^3.1.7",
"zx-extra": "3.0.14"
"zx-extra": "3.0.15"
},
"devDependencies": {
"c8": "^9.1.0",
"esbuild": "^0.21.4",
"c8": "^10.1.2",
"esbuild": "^0.21.5",
"uvu": "^0.5.6",
"verdaccio": "^5.31.1"
},
Expand Down

0 comments on commit 1c5228a

Please sign in to comment.