Skip to content

Commit db26476

Browse files
fix: use node 20 for semantic-release
1 parent 175cce7 commit db26476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1111
steps:
1212
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
13-
- name: Use Node.js 18.x
13+
- name: Use Node.js 20.x
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: '18.x'
16+
node-version: '20.x'
1717
- run: npm -g install npm
1818
- run: npm install
1919
- run: npm test

0 commit comments

Comments
 (0)