Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 2e76711

Browse files
authored
build: Use LTS Node.js version in release-please workflow (#94)
1 parent 0163f31 commit 2e76711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ steps.release.outputs.release_created }}
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 12
22+
node-version: lts/*
2323
registry-url: 'https://registry.npmjs.org'
2424
if: ${{ steps.release.outputs.release_created }}
2525
- run: npm ci

0 commit comments

Comments
 (0)