From 1f7cbfad479f9d990bf199d9a07df6cab1d56740 Mon Sep 17 00:00:00 2001 From: Vojta Tomas Date: Wed, 8 Jan 2025 20:29:34 +0000 Subject: [PATCH] ci: updated versions --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98c325f..6319e5d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,11 +10,11 @@ jobs: build-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Setup Node.js' - uses: 'actions/setup-node@v3' + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install dependencies run: | npm i @@ -30,12 +30,12 @@ jobs: if: github.event_name == 'push' && contains(github.ref, 'release') needs: build-and-test steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Setup Node.js' - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: registry-url: https://registry.npmjs.org/ - node-version: 18 + node-version: 20 - name: Install dependencies run: | npm i