Skip to content

Commit 7055207

Browse files
committed
ci: ⚙️update node to 20
1 parent 1a8a08a commit 7055207

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build-Test-Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Node.js
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 18.x
29+
node-version: 20.x
3030

3131
- name: Install dependencies
3232
run: yarn --frozen-lockfile
@@ -37,5 +37,5 @@ jobs:
3737
- uses: googleapis/release-please-action@v4
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
40-
release-type: maven
40+
release-type: node
4141
config-file: release-please-config.json

0 commit comments

Comments
 (0)