diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 90d22a5..22a2a68 100755 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest container: - image: node:19 + image: node:18 strategy: fail-fast: false @@ -24,8 +24,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '19' - cache: 'npm' + node-version: '18' + cache: 'yarn' - run: yarn install - run: yarn test env: