We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc0d8d commit 28a688fCopy full SHA for 28a688f
.github/workflows/eslint.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
- name: Use Node.js
27
- uses: actions/setup-node@v4.1.0
+ uses: actions/setup-node@v4.2.0
28
with:
29
node-version: latest
30
cache: 'npm'
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
31
32
- name: Use Node.js ${{matrix.version}}
33
34
35
node-version: ${{matrix.version}}
36
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments