diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8828ce..c0426b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version-file: ".nvmrc" + node-version-file: ".tool-versions" - name: Get the Yarn cache path id: yarn-cache-path run: echo "::set-output name=path::$(yarn config get cacheFolder)" diff --git a/.nvmrc b/.nvmrc index 58a4133..e6db45a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.13.0 +18.14.0 diff --git a/.tool-versions b/.tool-versions index 1825d0e..ab43e6a 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 16.13.0 +nodejs 18.14.0