Skip to content

Commit e20aab9

Browse files
authored
Merge pull request #215 from eygraber/update-node
2 parents 479a4cc + 6fa16cf commit e20aab9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- uses: actions/setup-node@v2
3535
with:
36-
node-version: '10'
36+
node-version: '14'
3737

3838
- name: Install Danger JS
3939
run: npm install -g danger

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Make `lastReviewedCommit` nullable on BitBucket Server [@f-meloni] - [#211](https://github.com/danger/kotlin/pull/211)
1818
- Update `GitLabMergeRequest` model: add `squash` field [@sonulen] - [#212](https://github.com/danger/kotlin/pull/212)
1919
- Add Gitlab extensions for url's: to project, to file diff, to current version of file [@sonulen] - [#212](https://github.com/danger/kotlin/pull/212)
20+
- Upgrade action to use node14 [@eygraber] - [#215](https://github.com/danger/kotlin/pull/215)
2021

2122
# 1.0.0-beta4, 1.0.0
2223

@@ -86,3 +87,4 @@
8687
[@mariusgreve]: https://github.com/mariusgreve
8788
[@tegorov]: https://github.com/tegorov
8889
[@rojanthomas]: https://github.com/rojanthomas
90+
[@eygraber]: https://github.com/eygraber

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL "com.github.actions.color"="blue"
1010
# Install dependencies
1111
RUN apt-get update && \
1212
apt-get install -y ca-certificates && \
13-
curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
13+
curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
1414
apt-get install -y make zip nodejs && \
1515
npm install -g danger
1616

0 commit comments

Comments
 (0)