diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 445a6db3..826da29e 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -20,6 +20,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + + - name: node_setup + uses: actions/setup-node@v3 + with: + node-version: 20.x + - name: Install agent run: |