Skip to content

Commit

Permalink
Fixing tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Dec 30, 2023
1 parent 9b8e94b commit 454e1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
steps:
# Add node
- name: Setup Node version
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '18'

# Add a project to work on
- name: Clone Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install dependencies
- name: Install dependencies
Expand Down

0 comments on commit 454e1bd

Please sign in to comment.