diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16e2774..95c2e0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - name: Use Node.js + uses: actions/setup-node@v3 + with: + node-version: '18.x' - name: Run semantic-release if: github.repository == 'casbin/casbin.js' && github.event_name == 'push'