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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: |