From 5660155e7e29feadcfd4c8ff6fdd740c4bf67f8e Mon Sep 17 00:00:00 2001 From: hady walied Date: Mon, 25 Nov 2024 23:42:21 +0200 Subject: [PATCH] Release v0.1.3 --- .github/workflows/pr.yml | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0c5ff86..0034f3e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 diff --git a/package.json b/package.json index 8376369..846bbcc 100644 --- a/package.json +++ b/package.json @@ -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"