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 3968123 commit 9e51d60Copy full SHA for 9e51d60
.github/workflows/lint-and-build.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
13
with:
14
cache: npm
15
- name: Install dependencies, lint files and run build
0 commit comments