Skip to content

Commit fddd54b

Browse files
committed
Fixed the CI
1 parent 298729d commit fddd54b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [12.x]
16+
node-version: [18.x]
1717

1818
steps:
1919

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ publish: all
2929

3030
package: all
3131
$(VSCE) package
32+
33+
clean:
34+
rm $(JSON_TARGETS)

0 commit comments

Comments
 (0)