Skip to content

Commit 4e605bc

Browse files
authored
Merge pull request #4068 from LinuxForHealth/lmsurpre-patch-1
bump node.js version in the site workflow
2 parents 093b16e + e15ae41 commit 4e605bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [14.x]
22+
node-version: [18.x]
2323

2424
steps:
2525
- name: Grab the main Branch
@@ -125,4 +125,4 @@ jobs:
125125
run: |
126126
# As documented here, the GH-Pages behavior changed, and the API must be 'Triggered'
127127
# https://github.community/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/m-p/43192/highlight/true#M5281
128-
curl -L -X POST -H "Content-Type: application/json" -H "Authorization: token ${GITHUB_TOKEN}" "https://api.github.com/repos/${GITHUB_REPOSITORY}/pages/builds"
128+
curl -L -X POST -H "Content-Type: application/json" -H "Authorization: token ${GITHUB_TOKEN}" "https://api.github.com/repos/${GITHUB_REPOSITORY}/pages/builds"

0 commit comments

Comments
 (0)