Merge pull request 'node-fix' (#45) from node-fix into master
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 17s
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 17s
Reviewed-on: #45
This commit was merged in pull request #45.
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user