Skip to content

Commit

Permalink
Update actions versions (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp authored Sep 5, 2024
1 parent a2d78c1 commit db0b777
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.16.1
v20.17.0

0 comments on commit db0b777

Please sign in to comment.