Skip to content

Commit 4225e0b

Browse files
authored
Merge pull request #333 from badsyntax/bugfix/hdr
Add support for hdr files
2 parents a44b04a + 10a2660 commit 4225e0b

File tree

17 files changed

+40791
-45800
lines changed

17 files changed

+40791
-45800
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818

19-
- name: Set Node.js 16.x
19+
- name: Set Node.js 18.x
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 16.x
22+
node-version: 18.x
2323

2424
- name: Install dependencies
2525
run: npm ci
@@ -92,7 +92,7 @@ jobs:
9292
bucket: ${{ steps.update-stack.outputs.S3BucketName }}
9393
action: 'sync'
9494
src-dir: './test-fixtures'
95-
files-glob: '{site-assets,css}/**/*'
95+
files-glob: '{site-assets,css,img}/**/*'
9696
aws-region: 'us-east-1'
9797
prefix: 'preview'
9898
cache-control: 'public,max-age=31536000,immutable'

.ncurc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"reject": ["@types/node"]
3+
}

dist/index.js

Lines changed: 33611 additions & 33346 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)