Skip to content

Commit 891a538

Browse files
committed
ci: Ensure to use latest major during tests
1 parent 51535a6 commit 891a538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: python -m pip install pipenv poetry
3535

3636
- name: Install serverless
37-
run: npm install -g serverless
37+
run: npm install -g serverless@2
3838

3939
- name: Install deps
4040
run: npm install

0 commit comments

Comments
 (0)