Skip to content

Commit

Permalink
Upgrade checkout and setup-node actions to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvdmt committed Jun 23, 2024
1 parent 3f0539b commit bdf802f
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 @@ -5,8 +5,8 @@ jobs:
name: Checks sources with linter, run tests and build for production
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
Expand Down

0 comments on commit bdf802f

Please sign in to comment.