Skip to content

Commit

Permalink
chore: use node 16 for build (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored Jan 8, 2024
1 parent 273a4cc commit da7c327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: sudo snap install snapcraft --classic
- run: yarn
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Or download installer files (AppImage, deb and snap) [here](https://github.com/r

### Prerequisites

* Install Node.js with version >= 14
* Install Node.js with version >= 16
* Install NPM or Yarn

### Setup
Expand Down

0 comments on commit da7c327

Please sign in to comment.