diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b729442a5..3dc149936 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,9 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.2 + with: + node-version: 16 + - name: Install dependencies run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 189520d13..dd2cae297 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.2 + with: + node-version: 16 - name: Install dependencies run: npm ci diff --git a/manifests/manifest-chrome.json b/manifests/manifest-chrome.json index 2a6a166ef..4349919f2 100644 --- a/manifests/manifest-chrome.json +++ b/manifests/manifest-chrome.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "6.3.4", + "version": "6.3.5", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-edge.json b/manifests/manifest-edge.json index 20ff01223..c4e71179e 100644 --- a/manifests/manifest-edge.json +++ b/manifests/manifest-edge.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Authenticator: 2FA Client", "short_name": "__MSG_extShortName__", - "version": "6.3.4", + "version": "6.3.5", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-firefox.json b/manifests/manifest-firefox.json index 48151a940..1a1636e14 100644 --- a/manifests/manifest-firefox.json +++ b/manifests/manifest-firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "6.3.4", + "version": "6.3.5", "default_locale": "en", "description": "__MSG_extDesc__", "applications": {