Skip to content

Commit 9502cad

Browse files
committed
test: bump node version
1 parent da143bb commit 9502cad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- name: Use Node.js
1212
uses: actions/setup-node@v1.1.0
13+
with:
14+
version: 14.x
1315
- name: npm install, test and build
1416
run: |
1517
npm ci

0 commit comments

Comments
 (0)