From 21b9bb4d29fccfc770f40ea4eb442f910daee5c0 Mon Sep 17 00:00:00 2001 From: Piotr Kowalski Date: Wed, 16 Oct 2024 21:03:28 +0200 Subject: [PATCH] Configure GitHub Workflows --- .github/workflows/testing.yml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f4858f0..7135320 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x, 20.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v3 @@ -27,6 +27,7 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present + - run: npm run lint --if-present - run: npm test - run: npm run e2e --if-present env: diff --git a/package.json b/package.json index 0fd7498..1e87a1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xpath-to-css-template-string-tag", - "description": "Convert XPath to Selector as Tagged template literal", + "description": "🔨 Convert XPath to Selector as Tagged template literal", "version": "1.0.4", "license": "MIT", "author": {