Skip to content

Commit a89a8cf

Browse files
updating node runtime version to 18
1 parent 1f91c31 commit a89a8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: '16'
31+
node-version: '18'
3232

3333
- name: Install dependencies
3434
run: npm install
@@ -43,5 +43,5 @@ jobs:
4343
git remote set-url origin https://github.com/sanjeetkumaritoutlook/sanjeetkumaritoutlook.github.io.git
4444
git add .
4545
git commit -m "Deploy to GitHub Pages"
46-
git push origin `git subtree split --prefix www master`:gh-pages --force
46+
git push origin `git subtree split --prefix www main`:gh-pages --force
4747

0 commit comments

Comments
 (0)