Skip to content

Commit d731b90

Browse files
committed
Use other node version for CI
1 parent e98cf26 commit d731b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v1
1313

14-
- name: Set Node.js 10.x
14+
- name: Set Node.js 12.x
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: "10.x"
17+
node-version: "12.x"
1818

1919
- name: Build Plugin Source
2020
run: cd src && npm run build

0 commit comments

Comments
 (0)