diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3ff7e3d..d9440b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '17.x' + node-version: '20.x' cache: 'yarn' registry-url: 'https://registry.npmjs.org' scope: 'public'