Skip to content

Commit

Permalink
updated node for CI (#10417)
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger authored Jun 10, 2022
1 parent 39f3939 commit d3f539e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dockerfile": "Dockerfile",
"args": {
"INSTALL_NODE": "true",
"NODE_VERSION": "16.13.0"
"NODE_VERSION": "16.14.2"
}
},

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
- Yes, publish pre-release

env:
NODE_VERSION: 16.13.0
NODE_VERSION: 16.14.2
PYTHON_VERSION: 3.8
JULIA_VERSION: 1.5.2
MOCHA_REPORTER_JUNIT: true # Use the mocha-multi-reporters and send output to both console (spec) and JUnit (mocha-junit-reporter). Also enables a reporter which exits the process running the tests if it haven't already.
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.0
v16.14.2

0 comments on commit d3f539e

Please sign in to comment.