use node 16

This commit is contained in:
Taly 2023-05-15 22:20:02 +03:00 committed by GitHub
commit 961696b949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,8 +49,7 @@ jobs:
# Setup node environment
- uses: actions/setup-node@v1
with:
node-version: 15
registry-url: https://registry.npmjs.org/
node-version: 16
# Bump version to the next prerelease (patch) with rc suffix
- name: Suggest the new version