diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b9b9922..af366ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v7 with: - node-version: '16.20.2' + node-version: '24.20.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/.nvmrc b/.nvmrc index cb406c6..b7179ae 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.20.2 +24.20.0