Skip to content

Commit ce6995a

Browse files
authored
feat: update release-please (#242)
1 parent cd25794 commit ce6995a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-please.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
# The logic below handles the npm publication:
1818
- name: Checkout Repository
1919
if: ${{ steps.release.outputs.releases_created }}
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
- name: Setup Node
22-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v4
2323
if: ${{ steps.release.outputs.releases_created }}
2424
with:
25-
node-version: 16
25+
node-version: latest
2626
registry-url: "https://registry.npmjs.org"
2727
- name: Build Packages
2828
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)