File tree Expand file tree Collapse file tree 3 files changed +5
-33
lines changed Expand file tree Collapse file tree 3 files changed +5
-33
lines changed Original file line number Diff line number Diff line change 19
19
node-version : 18.x
20
20
21
21
- name : Install project dependencies
22
- run : yarn install --frozen-lockfile
22
+ run : yarn install --immutable
23
23
24
24
- name : Run exercism/javascript-test-runner ci precheck (lint code)
25
25
run : bin/lint.sh
39
39
node-version : ${{ matrix.node-version }}
40
40
41
41
- name : Install project dependencies
42
- run : yarn install --frozen-lockfile
42
+ run : yarn install --immutable
43
43
44
44
- name : Build the test-runner (using Node ${{ matrix.node-version }})
45
45
run : bin/test.sh
Original file line number Diff line number Diff line change 19
19
node-version : 18.x
20
20
21
21
- name : Install project dependencies
22
- run : yarn install --frozen-lockfile
22
+ run : yarn install --immutable
23
23
24
24
- name : Run exercism/javascript ci precheck (lint code)
25
25
run : bin/lint.sh
41
41
node-version : ${{ matrix.node-version }}
42
42
43
43
- name : Install project dependencies
44
- run : yarn install --frozen-lockfile
44
+ run : yarn install --immutable
45
45
46
46
- name : Build the test-runner (using Node ${{ matrix.node-version }})
47
47
run : bin/test.sh
Original file line number Diff line number Diff line change @@ -2561,25 +2561,7 @@ __metadata:
2561
2561
languageName : node
2562
2562
linkType : hard
2563
2563
2564
- " @typescript-eslint/typescript-estree@npm:6.4.1 " :
2565
- version : 6.4.1
2566
- resolution : " @typescript-eslint/typescript-estree@npm:6.4.1"
2567
- dependencies :
2568
- " @typescript-eslint/types " : 6.4.1
2569
- " @typescript-eslint/visitor-keys " : 6.4.1
2570
- debug : ^4.3.4
2571
- globby : ^11.1.0
2572
- is-glob : ^4.0.3
2573
- semver : ^7.5.4
2574
- ts-api-utils : ^1.0.1
2575
- peerDependenciesMeta :
2576
- typescript :
2577
- optional : true
2578
- checksum : 34c289e50a6337321154efe6c20c762e94fea308f9032971e356a266f63e99b908b1a00dd8cf51eba50a6f69db01d665faf2cf13454b355767fd167eebe60f1c
2579
- languageName : node
2580
- linkType : hard
2581
-
2582
- " @typescript-eslint/typescript-estree@npm:^6.4.1 " :
2564
+ " @typescript-eslint/typescript-estree@npm:6.4.1, @typescript-eslint/typescript-estree@npm:^6.4.1 " :
2583
2565
version : 6.4.1
2584
2566
resolution : " @typescript-eslint/typescript-estree@npm:6.4.1"
2585
2567
dependencies :
@@ -2663,16 +2645,6 @@ __metadata:
2663
2645
languageName : node
2664
2646
linkType : hard
2665
2647
2666
- " @typescript-eslint/visitor-keys@npm:6.4.1 " :
2667
- version : 6.4.1
2668
- resolution : " @typescript-eslint/visitor-keys@npm:6.4.1"
2669
- dependencies :
2670
- " @typescript-eslint/types " : 6.4.1
2671
- eslint-visitor-keys : ^3.4.1
2672
- checksum : bd9cd56fc793e1d880c24193f939c4992b2653f330baece41cd461d1fb48edb2c53696987cba0e29074bbb452dd181fd009db92dd19060fdcc417ad76768f18a
2673
- languageName : node
2674
- linkType : hard
2675
-
2676
2648
" @typescript-eslint/visitor-keys@npm:^6.0.0 " :
2677
2649
version : 6.4.0
2678
2650
resolution : " @typescript-eslint/visitor-keys@npm:6.4.0"
You can’t perform that action at this time.
0 commit comments