From 771999761e9a69d4f884c1c75cf20fde5d149791 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni Date: Tue, 27 Feb 2024 07:05:06 +0530 Subject: feat(nvm): add support for nvm & minor actions housekeeping (#2979) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: add `.nvmrc` for specifying node version Co-Authored-By: Evandro Leopoldino Gonçalves * chore(deps): bump setup-node to v4 * build: use node-version-file instead of hardcoded 18.x * chore(deps): bump nvm version * fix: checkout before install 🎉 --------- Co-authored-by: Evandro Leopoldino Gonçalves --- .nvmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nvmrc (limited to '.nvmrc') diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..3c032078a --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +18 -- cgit 1.4.1