mirror of
https://github.com/codex-team/editor.js
synced 2026-03-17 08:05:47 +01:00
use node 16
This commit is contained in:
parent
961696b949
commit
e5ae9d531f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/create-a-release-draft.yml
vendored
3
.github/workflows/create-a-release-draft.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue