Skip to content

Commit

Permalink
Update node version to 16+ (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Phelps authored Dec 23, 2021
1 parent 3e64186 commit 364ef14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v2.5.0
with:
node-version: "14"
node-version: "16"

- id: go-cache-paths
run: |
Expand Down
2 changes: 1 addition & 1 deletion ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.17.0
v16
2 changes: 1 addition & 1 deletion ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ The ui directory contains these `.vue` files, along with others used in the web

## Build Requirements

- [NodeJS](https://nodejs.org/en/)
- [NodeJS >= 16](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/en/)

0 comments on commit 364ef14

Please sign in to comment.