From 0b5bca5a728fae95fb98f99d02a47bca865cec8a Mon Sep 17 00:00:00 2001 From: Matteo Pietro Dazzi Date: Wed, 5 Oct 2022 12:49:07 +0200 Subject: [PATCH] chore: changed nvmrc file content (#198) --- .github/workflows/ci.yml | 1 + .nvmrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 .nvmrc diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a338d1f..c39c3a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: - 12 - 14 - 16 + - 18 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..1a2f5bd --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +lts/* \ No newline at end of file