Skip to content

Commit fe7c6ea

Browse files
authored
Update workflow to use new path and node version (#65)
1 parent 8178e0c commit fe7c6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
jobs:
1212
check-dist:
1313
name: "check-dist matches source"
14-
uses: cloudposse/github-actions-workflows/.github/workflows/ci-typescript-app-check-dist.yml@main
14+
uses: cloudposse/.github/.github/workflows/ci-typescript-app-check-dist.yml@main
1515
with:
16-
node-version: 20.x
16+
node-version: 24.x
1717

1818
unit-test:
1919
name: "unit tests"

0 commit comments

Comments
 (0)