We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9594e38 + d79be5e commit ab02e85Copy full SHA for ab02e85
1 file changed
.github/workflows/CI.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 0
20
21
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
22
23
node-version: "16.x"
24
@@ -41,7 +41,7 @@ jobs:
41
runs-on: ubuntu-latest
42
steps:
43
- uses: actions/checkout@v4
44
45
46
47
- name: NPM install
0 commit comments