Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,6 +22,7 @@ jobs:
uses: voidzero-dev/setup-vp@1b32467adbe183473499fd9d5d372c3ed9641754 # v1.18.0
with:
cache: true
node-version-file: '.nvmrc'

- name: Run lint and format checks
run: vp run check
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -70,6 +70,7 @@ jobs:
uses: voidzero-dev/setup-vp@1b32467adbe183473499fd9d5d372c3ed9641754 # v1.18.0
with:
cache: true
node-version-file: '.nvmrc'

- name: Build application
run: vp run build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/renovate.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,6 +31,7 @@ jobs:
with:
cache: true
run-install: 'false'
node-version-file: '.nvmrc'

- name: Validate Renovate config
run: vp dlx --package renovate renovate-config-validator
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,6 +25,7 @@ jobs:
uses: voidzero-dev/setup-vp@1b32467adbe183473499fd9d5d372c3ed9641754 # v1.18.0
with:
cache: true
node-version-file: '.nvmrc'

- name: Check TypeScript
run: vp exec tsc --noEmit
Expand DownExpand Up@@ -65,6 +66,7 @@ jobs:
uses: voidzero-dev/setup-vp@1b32467adbe183473499fd9d5d372c3ed9641754 # v1.18.0
with:
cache: true
node-version-file: '.nvmrc'

- name: Run visual regression tests
# The job already runs in the pinned image, so the script runs vitest
Expand DownExpand Up@@ -103,6 +105,7 @@ jobs:
uses: voidzero-dev/setup-vp@1b32467adbe183473499fd9d5d372c3ed9641754 # v1.18.0
with:
cache: true
node-version-file: '.nvmrc'

- name: Download a single artifact
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
Expand Down