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 GitHub
parent c62dbdd294
commit f5bf1c2ca6
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ jobs:
name: Lint & Test Build
if: github.event_name == 'pull_request'
runs-on: ubuntu-22.04
container: node:18.18-alpine
container: node:18.18.2-alpine
steps:
- name: Checkout
uses: actions/checkout@v3