Skip to content

Commit e15ae41

Browse files
authored
bump node.js version in the site workflow
node 14.x is in maintenance and doesn't seem well supported by github actions any more node 18.x went LTS 2022-10-25 Signed-off-by: Lee Surprenant <lmsurpre@merative.com>
1 parent 093b16e commit e15ae41

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)