diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d43ae0d..2df0f41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,12 +10,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@v4.2 with: node-version: '20.x' cache: 'npm' - run: npm ci - run: npm run build - - run: npm run lint \ No newline at end of file + - run: npm run lint