Skip to content

Commit f972f61

Browse files
committed
chore(test): run tests on node 18, move to yarn 4
1 parent 85fa5c9 commit f972f61

File tree

6 files changed

+5857
-3580
lines changed

6 files changed

+5857
-3580
lines changed

.github/workflows/CI-CD.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macos-latest
2626
- windows-latest
2727
node:
28-
- 16
28+
- 18
2929
- lts/*
3030
- current
3131

.yarn/install-state.gz

415 KB
Binary file not shown.

.yarn/releases/yarn-4.1.1.cjs

+893
Large diffs are not rendered by default.

.yarnrc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
yarnPath: .yarn/releases/yarn-4.1.1.cjs
2+
nodeLinker: node-modules

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-plugin-prettier": "^5.1.3",
8484
"eslint-plugin-promise": "^6.1.1",
8585
"eslint-plugin-unused-imports": "^3.1.0",
86-
"jsdom": "^22.1.0",
86+
"jsdom": "^24.0.0",
8787
"lint-staged": "^15.2.2",
8888
"node-fetch": "^3.3.2",
8989
"prettier": "^3.2.5",
@@ -107,5 +107,6 @@
107107
"@semantic-release/npm",
108108
"@semantic-release/github"
109109
]
110-
}
110+
},
111+
"packageManager": "yarn@4.1.1"
111112
}

0 commit comments

Comments
 (0)