We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfef41 commit 2a58b00Copy full SHA for 2a58b00
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout repository
17
uses: actions/checkout@v5
18
- name: Set up Node.js
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
20
with:
21
cache: npm
22
node-version: ${{vars.NODE_VERSION}}
0 commit comments