From 3ab5e25e0352a97a210d12f44bdc9c641f12c2f8 Mon Sep 17 00:00:00 2001 From: jhen Date: Sat, 22 Jul 2023 08:33:56 +0800 Subject: [PATCH] CI: Use node 18 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4793de6..22f9098e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - name: Setup run: sudo apt-get install -y libgbm-dev - name: Test @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - name: Test run: | yarn @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - name: Test shell: bash run: |