Skip to content

Commit b7d0fc5

Browse files
authored
Feat/make major release (#147)
* refactor(node): update version * chore: updated CHANGELOG.md * 2.0.0
1 parent c80f4cf commit b7d0fc5

File tree

4 files changed

+253
-5
lines changed

4 files changed

+253
-5
lines changed

.github/workflows/publish-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
# setup node env
13-
- name: Use Node.js 14.19.1
13+
- name: Use Node.js 18.16.0
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: 14.19.1
16+
node-version: 18.16.0
1717
registry-url: 'https://registry.npmjs.org'
1818
# install node_modules
1919
- name: Install dependencies

0 commit comments

Comments
 (0)