From f5ef802ec8ecab9da8221259d696289b3893077a Mon Sep 17 00:00:00 2001 From: maartenvandenbrande Date: Sun, 19 Nov 2023 11:32:38 +0100 Subject: [PATCH] test for new versions --- .github/workflows/push.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 54c149c8..1704adbd 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -7,7 +7,8 @@ jobs: matrix: os: [ubuntu-latest] node-version: - - 16.x + - 18.x + - 20.x steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 @@ -58,7 +59,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '20.x' - name: Check out repository uses: actions/checkout@v3 - name: Load cache @@ -80,7 +81,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '20.x' - name: Check out repository uses: actions/checkout@v3 - name: Load cache