Update Alpine Base Image

This commit is contained in:
ingalls
2025-12-15 15:56:50 -07:00
parent e861f21ddb
commit e145fce7c8
9 changed files with 17 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ jobs:
matrix:
task: [api, pmtiles, events]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{github.event.pull_request.head.sha || github.sha}}

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Get tag
id: tag

View File

@@ -17,13 +17,13 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{github.event.pull_request.head.sha || github.sha}}
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/
- name: Install

View File

@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{github.event.pull_request.head.sha || github.sha}}
@@ -41,13 +41,13 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{github.event.pull_request.head.sha || github.sha}}
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/
- name: Install
@@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{github.event.pull_request.head.sha || github.sha}}
@@ -105,13 +105,13 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{github.event.pull_request.head.sha || github.sha}}
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/
- name: Install

View File

@@ -20,7 +20,7 @@
"prod": "NODE_OPTIONS='--max-old-space-size=6144' node dist/index.js"
},
"engines": {
"node": ">= 22"
"node": ">= 24"
},
"repository": {
"type": "git",

View File

@@ -4,7 +4,7 @@
"version": "12.28.0",
"private": true,
"engines": {
"node": ">= 22"
"node": ">= 24"
},
"scripts": {
"serve": "DEV=true vite serve --port 8080",

View File

@@ -10,7 +10,7 @@
"postversion": "node bin/version.js && git commit -am \"Sync Versions\" && git push"
},
"engines": {
"node": ">= 22"
"node": ">= 24"
},
"repository": {
"type": "git",

View File

@@ -4,7 +4,7 @@
"type": "module",
"private": true,
"engines": {
"node": ">= 22"
"node": ">= 24"
},
"scripts": {
"test": "StackName='test' test/test",

View File

@@ -4,7 +4,7 @@
"type": "module",
"private": true,
"engines": {
"node": ">= 22"
"node": ">= 24"
},
"scripts": {
"check": "tsc --noEmit",