mirror of
https://github.com/pi-hole/web.git
synced 2026-04-20 16:59:30 +01:00
Streamline actions, format and switch to Node.js 22
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -20,11 +20,13 @@ jobs:
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4.3.0
|
||||
with:
|
||||
node-version: "20.x"
|
||||
node-version: "22.x"
|
||||
cache: npm
|
||||
|
||||
- name: Install npm dependencies
|
||||
|
||||
Reference in New Issue
Block a user