Skip to content

Commit

Permalink
Merge pull request #344 from lo1tuma/update-actions
Browse files Browse the repository at this point in the history
Update github actions
  • Loading branch information
lo1tuma committed Feb 16, 2024
2 parents c9bcf0b + c0a4ae1 commit 3eb3a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -10,9 +10,9 @@ jobs:
node: [14, 16, 18, 20]
name: Node ${{ matrix.node }}
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: ${{ matrix.node }}
- name: Install dependencies
Expand Down

0 comments on commit 3eb3a5c

Please sign in to comment.