Update Node.js to v20 and upgrade GitHub Actions

This commit is contained in:
stabgan
2025-03-27 01:01:58 +05:30
parent 7ce7f9336e
commit 0c836b49cd
2 changed files with 17 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine
WORKDIR /app