diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26b4665..cf22ffe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,8 @@ jobs: node-version: [18.x, 20.x, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: + - uses: actions/checkout@v4 + - name: "Base requirements" run: | # packages @@ -49,4 +51,3 @@ jobs: run: yarn lint # will run `yarn lint` command - name: "Build Code" run: yarn run build # will run `yarn build` command - \ No newline at end of file