Skip to content

Commit

Permalink
Use current Node and latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Oct 22, 2024
1 parent dda5d06 commit 33c0fb8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/complete-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn
run: yarn --ignore-engines
- name: Run
run: yarn pr

0 comments on commit 33c0fb8

Please sign in to comment.