We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e0ce9 commit 5fa6e65Copy full SHA for 5fa6e65
.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