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 eaebbec commit bd5a185Copy full SHA for bd5a185
.github/workflows/lint.yml
@@ -130,7 +130,7 @@ jobs:
130
steps:
131
- uses: actions/checkout@v5
132
- name: Set up Node.js
133
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
134
with:
135
node-version: "20"
136
cache: "npm"
.github/workflows/nodejs.yml
@@ -37,7 +37,7 @@ jobs:
37
38
persist-credentials: false
39
- name: Use Node.js ${{ env.node-version }}
40
41
42
node-version: ${{ env.node-version }}
43
0 commit comments