Skip to content

Commit

Permalink
Update to node 16
Browse files Browse the repository at this point in the history
Update to node 16 which is the active LTS release

This also updates to npm 8

Remove dependency on `fibers` which is no longer supported.
This was used by `sass-loader` but is not compatible with
node 16.
  • Loading branch information
AlanGreene authored and tekton-robot committed Jan 24, 2022
1 parent d3f2e47 commit 56eac5c
Show file tree
Hide file tree
Showing 7 changed files with 56,046 additions and 28,299 deletions.
2 changes: 1 addition & 1 deletion docs/dev/README.md
Expand Up @@ -28,7 +28,7 @@ In order to run the Tekton Dashboard, please make sure the requirements in [the
You will also need the following tools in order to build the Dashboard locally and deploy it:
1. [`go`](https://golang.org/doc/install): The language the Tekton Dashboard backend is built in
1. [`git`](https://help.github.com/articles/set-up-git/): For source control
1. [Node.js & npm](https://nodejs.org/): For building and running the frontend locally. See `engines` in [package.json](../../package.json) for versions used. _Node.js 14.x is recommended_
1. [Node.js & npm](https://nodejs.org/): For building and running the frontend locally. See `engines` in [package.json](../../package.json) for versions used. _Node.js 16.x is recommended_
1. [`ko`](https://github.com/google/ko): For development. `ko` version v0.7.2 or higher is required for `dashboard` to work correctly
1. [`kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/): For interacting with your kube cluster
1. [`kustomize`](https://kubernetes-sigs.github.io/kustomize/installation/): For building the Dashboard manifests. v3.5.4 is recommended, the installer script is not currently compatible with v4
Expand Down

0 comments on commit 56eac5c

Please sign in to comment.