From b0867ca2c71918ca6b1eb0fa74d2bcd657aeb316 Mon Sep 17 00:00:00 2001 From: Cobey Potter Date: Thu, 22 Aug 2024 01:34:11 -0400 Subject: [PATCH] fix: update actions for publishing to npm fix: error in test action --- .github/workflows/test.yml | 8 ++++---- .gitkeep | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .gitkeep diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e24c61e..4f0ad01 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,10 +12,10 @@ jobs: uses: actions/checkout@v3.5.3 - name: Set up Node - uses: actions/setup-node@v3.7.0 - with: - node-version: 18.17.1 - registry-url: https://registry.npmjs.org/ + uses: actions/setup-node@v3.7.0 + with: + node-version: 18.17.1 + registry-url: https://registry.npmjs.org/ - name: Install modules run: npm i diff --git a/.gitkeep b/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.gitkeep @@ -0,0 +1 @@ +