Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 4ff3959

Browse files
authored
Merge pull request #334 from ckipp01/node-bump
Build with node 15 as well
2 parents 0b21d70 + 8479f2b commit 4ff3959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [macOS-latest, ubuntu-latest, windows-latest]
18-
node-version: [10, 12, 13, 14]
18+
node-version: [10, 14, 15]
1919

2020
env:
2121
NODE_ENV: test

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"build": "tsc --noEmit && parcel build src/index.ts --out-dir lib/ --target node --no-source-maps",
3535
"format": "prettier --write '**/*{ts,json}'",
3636
"format-check": "prettier --check '**/*{ts,json}'",
37-
"prepare": "npx npm-run-all clean build",
37+
"prepare": "npm-run-all clean build",
3838
"watch": "parcel serve src/index.ts --out-dir lib/ --target node"
3939
},
4040
"activationEvents": [

0 commit comments

Comments
 (0)