From cc2499d8db97e353d3e0248f706f557494acb651 Mon Sep 17 00:00:00 2001 From: m1ga Date: Tue, 28 May 2024 19:29:45 +0200 Subject: [PATCH] test --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c5bc7d..61a91a4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Setup node uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' registry-url: 'https://registry.npmjs.org' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 803bd35..2c8bc5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node: [ 14, 16, 17 ] + node: [ 18, 20 ] os: [ macos-latest, ubuntu-latest, windows-latest ] steps: