Update setup-node to v4 (#2587)

This commit is contained in:
Margen67
2025-02-16 10:14:01 -08:00
committed by GitHub
parent 764ec9f7d0
commit 44498739fc
5 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
@@ -20,4 +20,4 @@ jobs:
run: npm ci
- name: Run Prettier check
run: npm run format:check
run: npm run format:check