chore(deps): pin node.js (#4075)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-28 00:17:23 +00:00
committed by OwsleyJr
parent 4d4357c098
commit b82966ef24
3 changed files with 12 additions and 11 deletions

View File

@@ -22,8 +22,8 @@ jobs:
test:
name: Lint & Test Build
if: github.event_name == 'pull_request'
runs-on: ubuntu-24.04
container: node:22-alpine
runs-on: ubuntu-22.04
container: node:18.18.2-alpine
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0