Skip to content

Commit

Permalink
chore(test): run tests on node 18, move to yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Mar 5, 2024
1 parent 85fa5c9 commit f972f61
Show file tree
Hide file tree
Showing 6 changed files with 5,857 additions and 3,580 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- macos-latest
- windows-latest
node:
- 16
- 18
- lts/*
- current

Expand Down
Binary file added .yarn/install-state.gz
Binary file not shown.
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-4.1.1.cjs
nodeLinker: node-modules
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unused-imports": "^3.1.0",
"jsdom": "^22.1.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"node-fetch": "^3.3.2",
"prettier": "^3.2.5",
Expand All @@ -107,5 +107,6 @@
"@semantic-release/npm",
"@semantic-release/github"
]
}
},
"packageManager": "yarn@4.1.1"
}
Loading

0 comments on commit f972f61

Please sign in to comment.