From 7dbe68943bb6a89f86ab5d3017e06ea888c5c6c6 Mon Sep 17 00:00:00 2001 From: Tom Pietsch Date: Sun, 18 Sep 2022 20:39:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fixed=20missing=20runner=20opera?= =?UTF-8?q?ting=20system?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 98e0341..0270348 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -4,13 +4,12 @@ on: [push, workflow_dispatch] jobs: build: - runs-on: debian-latest + runs-on: ubuntu-latest strategy: matrix: node-version: - - 15.x - 16.x - - 17.x + - 18.x steps: - uses: actions/checkout@v3.0.2 @@ -21,6 +20,7 @@ jobs: - name: npm install, build, and test run: | + unset NODE_OPTIONS cd react-fileicons npm ci npm run build