diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cacf503..7c8aa25 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - name: ⎔ Setup node uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "16" registry-url: "https://registry.npmjs.org" - name: 📥 Download deps diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1be3954..81ed50c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: # sets up the .npmrc file to publish to npm uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "16" registry-url: "https://registry.npmjs.org" - name: 📥 Download deps