Update .github/workflows/node.js.yml
Docker Deployment / docker (push) Failing after 20s
Node.js CI Test / build (push) Successful in 3m17s

This commit is contained in:
2026-05-20 05:19:30 +00:00
parent 15a01caebb
commit 4b5b7d49a3
+2 -7
View File
@@ -16,18 +16,13 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 22
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 22
cache: "npm"
- run: npm ci