Compare commits
1 Commits
renovate/v
...
30217a7377
| Author | SHA1 | Date | |
|---|---|---|---|
| 30217a7377 |
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: 24
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:22-alpine AS builder
|
||||
FROM node:24-alpine AS builder
|
||||
|
||||
WORKDIR /pomoday
|
||||
|
||||
|
||||
Reference in New Issue
Block a user