use node 16

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

View file

@ -56,8 +56,7 @@ jobs:
# Setup node environment
- uses: actions/setup-node@v1
with:
node-version: 14.17.0
registry-url: https://registry.npmjs.org/
node-version: 16
# Prepare, build and publish project
- name: Install dependencies