Skip to content

Commit

Permalink
Bump node to 16 (#13221)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 19, 2022
1 parent e4d233a commit b582a4d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -11,7 +11,7 @@ on:
- master

env:
NODE_VERSION: 14
NODE_VERSION: 16
NODE_OPTIONS: --max_old_space_size=6144

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demo.yaml
Expand Up @@ -6,7 +6,7 @@ on:
- dev

env:
NODE_VERSION: 14
NODE_VERSION: 16
NODE_OPTIONS: --max_old_space_size=6144

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Expand Up @@ -7,7 +7,7 @@ on:

env:
PYTHON_VERSION: 3.8
NODE_VERSION: 14
NODE_VERSION: 16
NODE_OPTIONS: --max_old_space_size=6144

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -7,7 +7,7 @@ on:

env:
PYTHON_VERSION: 3.8
NODE_VERSION: 14
NODE_VERSION: 16
NODE_OPTIONS: --max_old_space_size=6144

# Set default workflow permissions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations.yaml
Expand Up @@ -8,7 +8,7 @@ on:
- src/translations/en.json

env:
NODE_VERSION: 14
NODE_VERSION: 16

jobs:
upload:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
14
16

0 comments on commit b582a4d

Please sign in to comment.