From 06251f190b9d04a5ef60480e218a7c5d6ffe9be4 Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Sat, 11 Mar 2023 21:17:55 +0900 Subject: Add CD to build and publish extension to Chrome & Firefox stores Resolves #85. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99f3f518..3b7fc69c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: uses: actions/checkout@v3 - name: Setup node - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version-file: ".node-version" - name: Install dependencies run: npm ci -- cgit v1.2.3