We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b99927 commit da22f79Copy full SHA for da22f79
.github/workflows/lint.yml
@@ -73,7 +73,9 @@ jobs:
73
uses: actions/checkout@v3
74
75
- name: Use Node.js
76
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
77
+ with:
78
+ node-version: '20'
79
80
- name: Restore npm cache
81
uses: actions/cache@v3
.github/workflows/typescript.yml
@@ -44,7 +44,9 @@ jobs:
44
45
46
47
48
49
50
51
52
0 commit comments