Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hadywalied committed Nov 25, 2024
1 parent 4dd51fc commit 5660155
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
cache: 'yarn'

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Run ESLint
run: yarn lint
run: yarn lint --max-warnings 0 --format stylish

- name: Compile
run: yarn compile

- name: Run tests
run: yarn test
uses: GabrielBB/xvfb-action@v1
with:
run: yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Zakker",
"description": "Azkar For Visual Studio Code",
"publisher": "hadywalied",
"version": "0.1.2",
"version": "0.1.3",
"icon": "./media/icon.png",
"repository": {
"url": "https://github.com/hadywalied/Zakker-vscode"
Expand Down

0 comments on commit 5660155

Please sign in to comment.