1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 02:19:34 +05:30

(chore): bumped up node and workflow dependencies

This commit is contained in:
2024-12-02 00:11:41 +05:30
parent 7b5cf1e3ff
commit ff8dbd6f36
3 changed files with 327 additions and 213 deletions

View File

@@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 📦 Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 'lts/*'
- name: 🛠️ Run Build Process
run: |