diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 73bb40b..c337a42 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,10 +11,10 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "20" cache: yarn - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cd0dfdb..1cb32d0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,15 +9,15 @@ on: - master jobs: - deploy: + lint: runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "20" cache: yarn - name: Install dependencies diff --git a/.yarnrc.yml b/.yarnrc.yml index 044903c..053bc28 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -5,5 +5,3 @@ enableGlobalCache: false nodeLinker: node-modules npmPublishRegistry: "https://registry.npmjs.org" - -yarnPath: .yarn/releases/yarn-4.0.2.cjs