From 5f79a85e421d530b27565a050d3e32effb5baed9 Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Thu, 12 Oct 2023 11:46:33 -0400 Subject: [PATCH] chore: node 20 --- .github/workflows/ci.yml | 2 +- .nvmrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd232b3..4a7717e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Setup node uses: actions/setup-node@v1 with: - node-version: 12 + node-version-file: '.nvmrc' - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..9a2a0e2 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v20