From 527fa8a953158ec5cd9a216686fbe8c5925427c3 Mon Sep 17 00:00:00 2001 From: Walter Tommasi Date: Wed, 28 Feb 2024 19:50:03 +0100 Subject: [PATCH] Upgrade to node 16 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 503cdaa..3a7952e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,10 +9,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '16.x' registry-url: 'https://registry.npmjs.org' - run: npm install - run: npm run build:lib - run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}