Browse Source

fix: node version

pull/1295/head
աɨռɢӄաօռɢ 3 years ago committed by GitHub
parent
commit
8ccca22146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release-npm.yml

2
.github/workflows/release-npm.yml

@ -27,7 +27,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: |
cd packages/nc-gui

Loading…
Cancel
Save