Skip to content

Commit

Permalink
v1.3.3 (#14)
Browse files Browse the repository at this point in the history
- bump deps
- build/test on multiple node versions
  • Loading branch information
tex-murphy authored Dec 19, 2024
1 parent 5ff3bb1 commit 913150a
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 151 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Visionary URL CI/CD
name: visionary-url CI/CD

on:
push:
branches:
- master
pull_request:
branches:
- "*"

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20, 22]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm test
Loading

0 comments on commit 913150a

Please sign in to comment.