Compare commits
2 Commits
cbe6b3c89c
...
16ef7a5a7e
| Author | SHA1 | Date | |
|---|---|---|---|
| 16ef7a5a7e | |||
| 6b2c96ab2e |
@@ -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