From 6c15c2a0fdd30fe88aa7a1956bdda1d9d38e67eb Mon Sep 17 00:00:00 2001 From: mashal-m Date: Mon, 12 Dec 2022 13:39:26 +0500 Subject: [PATCH] fix: remove is-es6 check --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73af562..857b675 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,6 @@ jobs: matrix: npm-test: - i18n_extract - - is-es6 - lint - test node: [16]