diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 901a847..4d49ba7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - run: npm ci - run: npm run release @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - run: npm ci - run: npm run release @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - run: npm ci - run: npm run release diff --git a/.nvmrc b/.nvmrc index 59f4a2f..020fc41 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.13.0 \ No newline at end of file +v20.12.1