From fd98e21dc08091009fc7834844dfc0fbbcf6472b Mon Sep 17 00:00:00 2001 From: Brad Garropy Date: Thu, 31 Dec 2020 12:33:41 -0600 Subject: [PATCH] update actions. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5681629..760e414 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - name: "📚 checkout" - uses: actions/checkout@v2.1.1 + uses: actions/checkout@v2.3.4 - name: "♻️ node" - uses: actions/setup-node@v1.4.2 + uses: actions/setup-node@v2.1.4 with: - version: 12 + node-version: 12 registry-url: https://registry.npmjs.org - name: "📦 publish" run: npm publish --access public