We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743ef51 commit 1fd5636Copy full SHA for 1fd5636
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
18
- name: Use Node.js LTS (16.x)
19
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
+ uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
20
with:
21
node-version: '16'
22
- run: npm ci
0 commit comments