Skip to content

Commit 3c79d82

Browse files
authored
ci: fix auto-release (parse-community#2699)
1 parent bad537d commit 3c79d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release-automated.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
persist-credentials: false
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 18
16+
node-version: 20
1717
registry-url: https://registry.npmjs.org/
1818
cache: npm
1919
- run: npm ci

0 commit comments

Comments
 (0)