Skip to content

Commit 78ea8da

Browse files
ci: build on node 16 (current) (#3098)
1 parent a9ce209 commit 78ea8da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22

33
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
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
77

88
on:
99
push:
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
node_version: [12, 14, 15]
20+
node_version: [12, 14, 15, 16]
2121
include:
2222
- os: macos-latest
2323
node_version: 14

0 commit comments

Comments
 (0)