Skip to content

Commit

Permalink
Configure GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
piecioshka committed Oct 16, 2024
1 parent 52c5f79 commit 21b9bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 21b9bb4

Please sign in to comment.