mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
ci: switch to NodeJS v24 LTS
This commit is contained in:
parent
a2fb2d7c4f
commit
825ca9f060
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-ci-runner-image.yml
vendored
2
.github/workflows/build-ci-runner-image.yml
vendored
|
|
@ -23,7 +23,7 @@ on:
|
|||
required: true
|
||||
|
||||
env:
|
||||
NODEJS_VERSION: ${{ inputs.nodejs_version || '22' }}
|
||||
NODEJS_VERSION: ${{ inputs.nodejs_version || '24' }}
|
||||
OBSIDIAN_VERSION: ${{ inputs.obsidian_version || '1.9.14' }}
|
||||
DEBIAN_VERSION: ${{ inputs.debian_version || 'trixie' }}
|
||||
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/${{ github.repository }}/ci-runner:node-22-obsidian-1.9.14-trixie-slim
|
||||
image: ghcr.io/${{ github.repository }}/ci-runner:node-24-obsidian-1.9.14-trixie-slim
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: '22'
|
||||
node-version: '24'
|
||||
package-manager-cache: false
|
||||
- name: Environment details
|
||||
run: pnpm version
|
||||
|
|
|
|||
Loading…
Reference in a new issue