Skip to content

Commit

Permalink
update actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aronatkins committed Jun 14, 2024
1 parent 4ab4e47 commit d9901d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- 16.x
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2-beta
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down

0 comments on commit d9901d5

Please sign in to comment.