Skip to content

Commit b52673b

Browse files
authored
Update loc.yml
1 parent cadb01e commit b52673b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/loc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
repository: ${{github.repository}}
3636
ref: ${{ env.BRANCH_NAME }}
3737

38-
- name: Use Node.js 19.x
38+
- name: Use Node.js 18.x
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: '19.x'
41+
node-version: '18.x'
4242

4343
- name: NPM Init
4444
run: rm -rf node_modules package-lock.json && npm init -y

0 commit comments

Comments
 (0)