From ec63b4ec9ecf79fa3ee0c22d5e75d7101961442d Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Wed, 5 May 2021 11:57:39 +0200 Subject: [PATCH] set NODE_ICU_DATA manually in action --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0fe4546..242b47d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,11 @@ jobs: with: node-version: ${{ matrix.node-version }} - uses: sarisia/setup-icu@v1 + id: setup-icu + with: + noexport: true - run: npm ci - run: npm run build-prod - run: npm test + env: + NODE_ICU_DATA: ${{ steps.setup-icu.outputs.icu-data-dir }}