Skip to content

Commit 9b47d50

Browse files
fix: use lts for semantic release (#49)
1 parent c41316a commit 9b47d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 20.2.0
15+
node-version: lts/*
16+
check-latest: true
1617
- run: npm install --no-package-lock
1718
name: Install dependencies
1819
- run: npm run build

0 commit comments

Comments
 (0)