Skip to content

Commit

Permalink
ci: add nodejs 20 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Nov 20, 2023
1 parent 8e29c58 commit 1784d72
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 124 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: 18
node-version: 20

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

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: 18
node-version: 20

- name: Install deps
run: yarn install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@semrel-extra/topo": "^1.14.0",
"cosmiconfig": "^8.3.6",
"queuefy": "^1.2.1",
"zx-extra": "^2.5.5"
"zx-extra": "^2.6.0"
},
"devDependencies": {
"c8": "^8.0.1",
"uvu": "^0.5.6",
"verdaccio": "^5.26.3"
"verdaccio": "^5.27.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 1784d72

Please sign in to comment.