We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca93140 commit 8313857Copy full SHA for 8313857
1 file changed
.github/workflows/site_lint.yml
@@ -16,12 +16,12 @@ jobs:
16
steps:
17
- uses: actions/checkout@v1
18
- name: Use Node.js 20.x
19
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
20
with:
21
node-version: 20.x
22
23
- name: Install deps and build (with cache)
24
- uses: bahmutov/npm-install@v1.7.10
+ uses: bahmutov/npm-install@v1.8.32
25
26
- name: Lint codebase
27
run: yarn ci-check
0 commit comments