From edb22438b139ec04746c21b5cdee649ea2c6c453 Mon Sep 17 00:00:00 2001 From: Benjamin Dupont Date: Thu, 23 Dec 2021 15:23:54 -0500 Subject: [PATCH] ci: bump node version in workflow to v16 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec89b8f..01d4507 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' registry-url: 'https://registry.npmjs.org' - run: npm install - run: npm run build @@ -22,7 +22,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' registry-url: 'https://npm.pkg.github.com' # Publish to GitHub Packages - run: npm publish