Skip to content

Commit 49f99b0

Browse files
authored
Merge pull request #44 from PhilanthropyDataCommons/39-update-node
Update to node 16.16.0 and use it consistently
2 parents a0b1c52 + 4f55064 commit 49f99b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build with node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 16.15.1
25+
node-version: 16.16.0
2626
- run: npm ci
2727
- run: npm run build
2828
- run: npm prune --omit=dev

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v2
1515
with:
16-
node-version: 16
16+
node-version: 16.16.0
1717
- run: npm ci
1818
- run: npm run lint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: 16.x
31+
node-version: 16.16.0
3232

3333
- name: Install dependencies
3434
run: npm ci

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bitnami/node:16.15.1-debian-11-r10
1+
FROM bitnami/node:16.16.0-debian-11-r1
22

33
RUN adduser --home /opt/philanthropy-data-commons --uid 902 \
44
--disabled-login web

0 commit comments

Comments
 (0)