Skip to content

Commit

Permalink
Bumping node to 16 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolzhabayev authored Oct 21, 2022
1 parent 8e0cf7f commit d3141bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/common/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
with:
node-version: '14.x'
node-version: '16.x'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
with:
node-version: '14.x'
node-version: '16.x'

- name: Setup Go environment
uses: actions/setup-go@v2
Expand Down

0 comments on commit d3141bd

Please sign in to comment.