Compare commits

..

3 Commits

Author SHA1 Message Date
3db2520339 Merge pull request 'node-fix' (#45) from node-fix into master
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 17s
Reviewed-on: #45
2023-10-24 16:14:31 +01:00
4c871c20a0 chnaged to run all branches
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 16s
2023-10-24 16:08:02 +01:00
3812f99259 changed node version
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 22s
2023-10-24 16:04:17 +01:00

View File

@ -1,4 +1,7 @@
on: push
on:
push:
branches:
- '*'
name: 🚀 Deploy website on push
jobs:
web-deploy:
@ -11,7 +14,7 @@ jobs:
- name: Use Node.js Latest
uses: actions/setup-node@v3
with:
node-version: 'latest'
node-version: 20
- name: 🔨Run Gulp
run: |