Skip to content

Commit

Permalink
Updated actions' versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Aug 26, 2024
1 parent 1ce44ca commit 61b306f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Node.js ${{matrix.node-version}}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node-version}}
- name: Install the package and run tests
Expand Down

0 comments on commit 61b306f

Please sign in to comment.