Skip to content

Commit 2f28977

Browse files
committed
ci: remove tests for node 12
1 parent b76cb03 commit 2f28977

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@v1
2121
with:
22-
node-version: 12
22+
node-version: 18
2323
registry-url: 'https://registry.npmjs.org'
2424
if: ${{ steps.release.outputs.release_created }}
2525
- run: npm ci

0 commit comments

Comments
 (0)