diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25d0f9a..e50d768 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' - name: Run semantic-release if: github.repository == 'casbin/casbin.js' && github.event_name == 'push'