diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a20e2c..2154e4b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,10 +14,10 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - name: Update npm - run: npm install -g npm@8 + run: npm install -g npm@10 - name: npm install and build run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fff4da9..7816a04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - name: Install browsers run: | export DEBIAN_FRONTEND=noninteractive @@ -25,7 +25,7 @@ jobs: sudo apt-get install -y chromium-browser firefox - name: Update npm - run: npm install -g npm@8 + run: npm install -g npm@10 - name: Install the project run: npm install