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: matrix:
task: [api, pmtiles, events] task: [api, pmtiles, events]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
ref: ${{github.event.pull_request.head.sha || github.sha}} ref: ${{github.event.pull_request.head.sha || github.sha}}

View File

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

View File

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

View File

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

View File

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

View File

@@ -4,7 +4,7 @@
"version": "12.28.0", "version": "12.28.0",
"private": true, "private": true,
"engines": { "engines": {
"node": ">= 22" "node": ">= 24"
}, },
"scripts": { "scripts": {
"serve": "DEV=true vite serve --port 8080", "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" "postversion": "node bin/version.js && git commit -am \"Sync Versions\" && git push"
}, },
"engines": { "engines": {
"node": ">= 22" "node": ">= 24"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

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

View File

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