We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ce209 commit 78ea8daCopy full SHA for 78ea8da
.github/workflows/ci.yml
@@ -1,9 +1,9 @@
1
name: CI
2
3
env:
4
- # 7 GiB by default on GitHub, setting to 6 GiB
5
- # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
6
- NODE_OPTIONS: --max-old-space-size=6144
+ # 7 GiB by default on GitHub, setting to 6 GiB
+ # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
+ NODE_OPTIONS: --max-old-space-size=6144
7
8
on:
9
push:
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-latest]
20
- node_version: [12, 14, 15]
+ node_version: [12, 14, 15, 16]
21
include:
22
- os: macos-latest
23
node_version: 14
0 commit comments