chore(deps): pin dependencies (#44)

* chore(deps): pin dependencies

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(ci): pr-build.yml

* fix(ci): build-and-deploy.yml

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
renovate[bot]
2025-02-09 21:04:17 +02:00
committed by GitHub
parent d9c1fd4e46
commit f640be60e1
7 changed files with 20 additions and 16 deletions

View File

@@ -14,11 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
shell: bash
- run: npm run build --if-present
shell: bash