diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 997a296..97c1fa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '12' - - uses: actions/cache@v2 + node-version: '22' + - uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -18,4 +18,4 @@ jobs: - name: Lint run: yarn lint - name: Test - run: yarn test \ No newline at end of file + run: yarn test