From b45fec2ebf3d390be9f42e6f98cd6c07896feb82 Mon Sep 17 00:00:00 2001 From: Serban Stancu Date: Thu, 22 Aug 2024 10:40:25 -0600 Subject: [PATCH] Update packages. --- .github/workflows/npm-publish.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index c042330..26089f9 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -20,11 +20,11 @@ jobs: run: | echo 'Only the tags "latest" or "next" are supported. You entered "${{ github.event.inputs.tag }}"' exit 1 - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 14.x - - uses: actions/cache@v2 + node-version: 22.x + - uses: actions/cache@v4 id: npm-cache with: path: '**/node_modules'