Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 7e74662

Browse files
Bump node version in GitHub action
1 parent 0951152 commit 7e74662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: 12
16+
node-version: 14
1717
- name: Install dependencies
1818
run: yarn
1919
- name: Release

0 commit comments

Comments
 (0)