Skip to content

Commit

Permalink
Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Sep 5, 2024
1 parent a2d78c1 commit 760c4d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- name: Install dependencies
uses: borales/actions-yarn@v3
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
- run: make lint
Expand Down

0 comments on commit 760c4d0

Please sign in to comment.