We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 228831e + a67e132 commit bfbb95fCopy full SHA for bfbb95f
.github/workflows/yarn.yaml
@@ -1,11 +1,13 @@
1
name: Check with yarn
2
-on: [push, pull_request ]
+on: [push, pull_request]
3
jobs:
4
build:
5
name: Install and test with yarn
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v3
9
- uses: actions/setup-node@v3
10
+ with:
11
+ node-version: "18.16"
12
- run: yarn install
13
- run: yarn test
package.json
@@ -42,7 +42,7 @@
42
"performance-now": "^2.1.0",
43
"qs": "~6.10.3",
44
"safe-buffer": "^5.1.2",
45
- "tough-cookie": "~2.5.0",
+ "tough-cookie": "^4.1.3",
46
"tunnel-agent": "^0.6.0",
47
"uuid": "^8.3.2"
48
},
0 commit comments