From 6bf4cb95b149c787f86ba0a58b043fcc5d548299 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Wed, 5 May 2021 11:49:38 +0200 Subject: [PATCH] add ICU to action --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8974f12..bb012bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,8 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} + - uses: sarisia/setup-icu@v1 + - uses: sarisia/action-uses-icu-function@v2 - run: npm ci - run: npm run build-prod - run: npm test