From 1ad6da1191480ed3a0fdf87d2f51f60c4bfb2b18 Mon Sep 17 00:00:00 2001 From: Wiola Wysopal <115031260+WiolaWysopal@users.noreply.github.com> Date: Sun, 14 Jan 2024 09:59:24 +0100 Subject: [PATCH] Update testmodulowy.yml to newest versions --- .github/workflows/testmodulowy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testmodulowy.yml b/.github/workflows/testmodulowy.yml index 5739143..99dea04 100644 --- a/.github/workflows/testmodulowy.yml +++ b/.github/workflows/testmodulowy.yml @@ -12,12 +12,12 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 18.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm ci