Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit be96601

Browse files
committed
fix: update node version in workflows
1 parent 27268ba commit be96601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Node.js
5555
uses: actions/setup-node@v1
5656
with:
57-
node-version: 10.x
57+
node-version: 12
5858

5959
- name: Download Cached Deps
6060
id: cache-node-modules

0 commit comments

Comments
 (0)