Skip to content

Commit

Permalink
ci: build on node 16 (current) (vitejs#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves committed Apr 22, 2021
1 parent bf9ce2c commit 5fe9a69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI

env:
# 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 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

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [12, 14, 15]
node_version: [12, 14, 15, 16]
include:
- os: macos-latest
node_version: 14
Expand Down

0 comments on commit 5fe9a69

Please sign in to comment.