chore(deps): update dependency @types/node to v16.18.105 #621
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Main workflow | |
on: [push] | |
jobs: | |
run: | |
name: Run | |
runs-on: ${{ matrix.operating-system }} | |
# runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
operating-system: [ubuntu-latest, windows-latest, macos-latest] | |
steps: | |
- uses: actions/checkout@master | |
with: | |
ref: ${{ github.ref }} | |
# - name: Setup tmate session | |
# uses: mxschmitt/action-tmate@v1 | |
- name: Set qshell 2.6.2 | |
uses: foxundermoon/setup-qshell@master | |
with: | |
version: '2.6.2' | |
- name: test qshell | |
run: qshell version |