We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90fbfb0 + 5fa6e65 commit dc81139Copy full SHA for dc81139
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
14
- name: Use Node.js ${{ matrix.node-version }}
15
- uses: actions/setup-node@v4.1.0
+ uses: actions/setup-node@v4.2.0
16
with:
17
node-version: ${{ matrix.node-version }}
18
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
0 commit comments