From 06b60f61ef4f6a1e349b71355bd0dc0525b9abfc Mon Sep 17 00:00:00 2001 From: dvirtz Date: Sun, 14 Apr 2024 17:24:05 +0100 Subject: [PATCH] update ci --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04298ae..4891d5b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,12 +12,12 @@ jobs: strategy: matrix: - node-version: [16] + node-version: [20] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: npm