We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a415f09 commit 1c089a3Copy full SHA for 1c089a3
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
git config --global core.eol lf
21
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22
- name: Setup Node.js
23
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
+ uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
24
with:
25
node-version: lts/*
26
- name: Cache node_modules
0 commit comments