Skip to content

Commit 6e37c1a

Browse files
committed
Updating Node version in WORKSPACE and GH Actions
1 parent a23584a commit 6e37c1a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- trunk
1717

1818
env:
19-
NODE_VERSION: '13.x'
19+
NODE_VERSION: '16.x'
2020

2121
jobs:
2222
check_workflow:

.github/workflows/ci-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Setup Node
111111
uses: actions/setup-node@v2
112112
with:
113-
node-version: '15.x'
113+
node-version: '16.x'
114114
- name: NPM install
115115
run: cd javascript/grid-ui && npm install
116116
- name: Run unit tests

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ http_archive(
134134
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "npm_install")
135135

136136
node_repositories(
137-
node_version = "16.4.1",
137+
node_version = "16.4.2",
138138
package_json = [
139139
"//:package.json",
140140
"//javascript/grid-ui:package.json",

0 commit comments

Comments
 (0)