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

Commit 572010a

Browse files
committed
fix github action node version name
1 parent cf02f46 commit 572010a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
ref: ${{ github.event.pull_request.head.ref }}
1515
repository: ${{ github.event.pull_request.head.repo.full_name }}
16-
- name: Setup Node 14
16+
- name: Setup Node 16
1717
uses: actions/setup-node@v2
1818
with:
1919
node-version: '16'

0 commit comments

Comments
 (0)