From 8b4be40a7bb33d64221953629529603b4a7f91dc Mon Sep 17 00:00:00 2001 From: Calum Knott Date: Fri, 17 Nov 2023 07:21:46 +0000 Subject: [PATCH] Update npm-publish.yml Node 20 push --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5a17acf..ec62b78 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -7,10 +7,10 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 10 + node-version: '20.x' - run: npm install - run: npm run build - uses: JS-DevTools/npm-publish@v1 with: token: ${{ secrets.NPM_TOKEN }} - access : "public" \ No newline at end of file + access : "public"