Skip to content

Pin dependencies to increase reliability and predictability #221

Pin dependencies to increase reliability and predictability

Pin dependencies to increase reliability and predictability #221

Workflow file for this run

# @license AGPL-3.0-or-later
#
# Copyright(C) 2025 8 Hobbies, LLC
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
name: Runtime
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
DOCKER_CMD: docker
jobs:
test:
name: Runtime
runs-on: [ubuntu-24.04]
steps:
- uses: actions/[email protected]
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: 22
cache: "npm"
- name: Install Dependencies
run: npm ci
- name: Test
run: npm test