Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chinhodado committed Apr 7, 2024
1 parent fae8411 commit bbabed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion data/SkillData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface SkillData {
cost?: number;
effect: string;
element: "phys" | "gun" | "fire" | "ice" | "electric" | "wind" | "psy" | "nuclear" | "bless" | "curse" |
"almighty" | "ailment" | "support" | "passive" | "healing" | "trait";
"almighty" | "ailment" | "support" | "passive" | "healing" | "trait";
personas?: {
[name: string]: number;
};
Expand Down

0 comments on commit bbabed9

Please sign in to comment.