From 634a71217816a1a742bb696fae47edf3aff8d38a Mon Sep 17 00:00:00 2001 From: ctot-nondef Date: Thu, 4 Jan 2024 21:38:24 +0100 Subject: [PATCH] workflow fix --- .github/workflows/testandpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testandpublish.yml b/.github/workflows/testandpublish.yml index 3ae2837..3140caf 100644 --- a/.github/workflows/testandpublish.yml +++ b/.github/workflows/testandpublish.yml @@ -10,8 +10,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 - - run: npm ci + node-version: 20 + - run: pnpm ci - run: npm test - name: "Upload coverage to Codecov" uses: codecov/codecov-action@v3