diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c7b29c..4519938 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '20' - name: install dependencies run: npm ci --ignore-engines --ignore-scripts - name: release