Upgrade yarn when running JS test Github action

This commit is contained in:
Aditya Toshniwal
2023-04-25 10:32:33 +05:30
committed by GitHub
parent 3ac789f615
commit cc9297327b

View File

@@ -23,6 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Upgrade yarn
run: |
yarn set version berry
- name: Install Node modules
run: |