From befef17a860d10eef04aec7717f8eb5d23ee6b1e Mon Sep 17 00:00:00 2001 From: Cezar Craciunoiu Date: Tue, 6 Feb 2024 15:21:36 +0200 Subject: [PATCH] deps(workflows): Bump all actions and runners Signed-off-by: Cezar Craciunoiu --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e6bcb51..9aed38b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,15 +6,15 @@ on: jobs: publish: name: Release and publish - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 21 - name: Install the dependencies run: npm i