Skip to content

Commit 80c1fe2

Browse files
authored
Update create-release.yml
1 parent ca87f0f commit 80c1fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
17-
- uses: actions/setup-node@v2
17+
- uses: actions/setup-node@v3.6.0
1818
with:
19-
node-version: "12.x"
19+
node-version: "14.x"
2020

2121
- run: npm ci
2222
working-directory: "./build-scripts"

0 commit comments

Comments
 (0)