Skip to content

Commit 7668a46

Browse files
committed
Merge branch 'gh-pages' of https://github.com/LivelyKernel/lively4-core into gh-pages
2 parents 99a74fc + 8d9f62c commit 7668a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
steps:
99
- name: Clone lively4-core repository
1010
uses: actions/checkout@v2
11-
- name: Use Node.js 0.11
11+
- name: Use Node.js 0.12
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: 0.11
14+
node-version: 0.12
1515
- run: npm install
1616
- run: xvfb-run npm test

0 commit comments

Comments
 (0)