Skip to content

Commit 5fa332d

Browse files
authored
Merge pull request #93 from rudderlabs/release/v1.4.8
chore(release): pull release/v1.4.8 into main
2 parents cfa5abc + fae8d7a commit 5fa332d

6 files changed

+441
-452
lines changed

.github/workflows/draft-new-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup Node
19-
uses: actions/setup-node@v3.8.1
19+
uses: actions/setup-node@v4.0.1
2020
with:
2121
node-version-file: '.nvmrc'
2222
cache: 'npm'

.github/workflows/publish-new-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@v3.8.1
33+
uses: actions/setup-node@v4.0.1
3434
with:
3535
node-version-file: '.nvmrc'
3636
cache: 'npm'

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.4.8](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.7...v1.4.8) (2024-01-15)
6+
57
### [1.4.7](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.6...v1.4.7) (2023-10-04)
68

79

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.6
1+
FROM node:20-alpine
22

33
# Create app directory
44
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)