diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38026c11..19b297bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js 16.8 + - name: Use Node.js v20 uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' diff --git a/.nvmrc b/.nvmrc index b6a7d89c..209e3ef4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +20