Skip to content

Commit

Permalink
Merge pull request #961 from cmu-delphi/release/v3.2.14
Browse files Browse the repository at this point in the history
Release v3.2.14
  • Loading branch information
melange396 authored Apr 24, 2024
2 parents b0c1038 + 722a63c commit 196812f
Show file tree
Hide file tree
Showing 6 changed files with 2,819 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
Rscript ./dependencies.R
- name: Restore Blogdown Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
./blogdown
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/[email protected].1
node-version: 18
- uses: actions/[email protected].2
with:
path: ~/.npm
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- name: Extract version
id: extract_version
run: node -pe "'::set-output name=version::' + require('./package.json').version"
Expand All @@ -45,9 +45,9 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- name: Cache Node.js modules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Expand Down
18 changes: 9 additions & 9 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ publish = "public"
command = "npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"

[context.production.environment]
HUGO_VERSION = "0.87.0"
HUGO_VERSION = "0.121.0"
HUGO_ENV = "production"
NODE_VERSION = "14.16.0"
NPM_VERSION = "6.14.11"
NODE_VERSION = "18.20.0"
NPM_VERSION = "10.5.0"

[context.deploy-preview]
command = "npm ci && hugo --gc --minify --buildDrafts --buildFuture -b $DEPLOY_PRIME_URL"

[context.deploy-preview.environment]
HUGO_VERSION = "0.87.0"
HUGO_VERSION = "0.121.0"
HUGO_ENABLEGITINFO = "true"
NODE_VERSION = "14.16.0"
NPM_VERSION = "6.14.11"
NODE_VERSION = "18.20.0"
NPM_VERSION = "10.5.0"

[context.branch-deploy]
command = "npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"

[context.branch-deploy.environment]
HUGO_VERSION = "0.87.0"
HUGO_VERSION = "0.121.0"
HUGO_ENABLEGITINFO = "true"
NODE_VERSION = "14.16.0"
NPM_VERSION = "6.14.11"
NODE_VERSION = "18.20.0"
NPM_VERSION = "10.5.0"
Loading

0 comments on commit 196812f

Please sign in to comment.