We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c9be2 commit c6643b9Copy full SHA for c6643b9
.github/workflows/run-tests-by-group.yml
@@ -21,15 +21,15 @@ jobs:
21
22
steps:
23
- name: Checkout code
24
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
25
26
- name: Set up Node.js
27
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
28
with:
29
- node-version: '14' # Adjust based on your project's needs
+ node-version: '16'
30
31
- name: Install dependencies
32
- run: npm install # Change if you're using another package manager
+ run: npm install
33
34
- name: Run tests with group
35
run: |
0 commit comments