Skip to content

Commit 0350081

Browse files
Merge pull request #4 from EAVFW/tst/argument-attribute
fix: bump node version to 20
2 parents 529928c + daa4654 commit 0350081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v2
2222
with:
23-
node-version: '16'
23+
node-version: '20'
2424

2525
- name: Add plugin for conventional commits
2626
run: npm install conventional-changelog-conventionalcommits
@@ -58,4 +58,4 @@ jobs:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
GIT_AUTHOR_NAME: pksorensen
6060
GIT_AUTHOR_EMAIL: [email protected]
61-
run: npx semantic-release
61+
run: npx semantic-release

0 commit comments

Comments
 (0)