diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a3859ca..df50c77 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,6 +10,14 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Setup Node.js + uses: actions/setup-node@v2 + with: + node-version: "20" + + - name: Install dependencies + run: npm install + - name: Hello world action step uses: ./ id: hello