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 }}