From 45bdf5d0dba35ccc5bdfc69e2a8e6eb7bf74bfd5 Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Mon, 20 Mar 2023 17:44:49 -0700 Subject: [PATCH] fix(workflow): correct typo in workflow config Changes to be committed: modified: .github/workflows/testPublish.yml --- .github/workflows/testPublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testPublish.yml b/.github/workflows/testPublish.yml index 21c585d..510ab12 100644 --- a/.github/workflows/testPublish.yml +++ b/.github/workflows/testPublish.yml @@ -37,7 +37,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v3 with: - node-ver18 + node-version: 18 - run: npm ci - run: npm run build - uses: cycjimmy/semantic-release-action@v3