From 73e9a7c2204a9a45ef944b0928d75fbee9e206ec Mon Sep 17 00:00:00 2001 From: Florent Detry Date: Thu, 22 Feb 2024 12:06:11 +0100 Subject: [PATCH] CI : update actions --- .github/workflows/main.yml | 6 +++--- .github/workflows/sendrefunds.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc0074e..ed10306 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,15 +7,15 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['14.x', '16.x'] + node: ['18.x', '20.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Use Node ${{ matrix.node }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} diff --git a/.github/workflows/sendrefunds.yml b/.github/workflows/sendrefunds.yml index 9fbf643..63e2b65 100644 --- a/.github/workflows/sendrefunds.yml +++ b/.github/workflows/sendrefunds.yml @@ -9,15 +9,15 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['16.x'] + node: ['18.x'] os: [ubuntu-latest] steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Use Node ${{ matrix.node }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }}