Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit f8842da

Browse files
author
Simon Hofmann
committed
Updated appveyor build
1 parent 9db13c2 commit f8842da

File tree

3 files changed

+23
-50
lines changed

3 files changed

+23
-50
lines changed

appveyor.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44
environment:
55
matrix:
66
# node.js
7-
- nodejs_version: "10"
8-
- nodejs_version: "11"
7+
- nodejs_version: 10
8+
- nodejs_version: 11
9+
- platform: x64
10+
- platform: x86
911

1012
cache:
1113
- node_modules
1214

1315
clone_depth: 5
1416

15-
platform:
16-
- x64
17-
1817
# Install scripts. (runs after repo cloning)
1918
install:
2019
# Get the latest stable version of Node 0.STABLE.latest

package-lock.json

+18-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robotjs-node10",
3-
"version": "0.5.3",
3+
"version": "0.5.4-beta1",
44
"description": "This is a fork of octalmage/robotjs with prebuilts for node 10",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)