We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be41258 commit b6f4186Copy full SHA for b6f4186
3 files changed
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Node.js
23
uses: actions/setup-node@v2
24
with:
25
- node-version: 14
+ node-version: 24
26
27
- name: Install Node.js dependencies
28
run: yarn
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
uses: actions/setup-node@v4
44
45
- node-version: 20
46
47
- uses: nearform-actions/optic-release-automation-action@v4
48
.github/workflows/test.yml
@@ -18,10 +18,10 @@ jobs:
18
19
20
21
- name: Run tests
- run: yarn test
+ run: yarn test
0 commit comments