From 991719afc08cbadeb02c8316b53822ed76cd0c18 Mon Sep 17 00:00:00 2001 From: storywithoutend Date: Sat, 18 May 2024 11:07:32 +0800 Subject: [PATCH] update node-versions for tests to 16 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4abe567b..eeb8fddc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14] + node-version: [16] steps: - uses: actions/checkout@v3