Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfkid200444 committed Apr 11, 2023
2 parents cca170d + b37c99f commit 47035f3
Show file tree
Hide file tree
Showing 4 changed files with 968 additions and 870 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- uses: pnpm/action-setup@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "A plugin template",
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"scripts": {
"build": "replugged build plugin",
Expand Down
Loading

0 comments on commit 47035f3

Please sign in to comment.