Skip to content

Commit

Permalink
feat: bump to node 12.x
Browse files Browse the repository at this point in the history
Not really a breaking change, as this action runs in a docker container
  • Loading branch information
codfish committed Apr 24, 2020
1 parent 574e290 commit 1b12259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x

- run: npm ci
- run: npm run lint
- run: npm run lint:md

release:
needs: validate
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:12

# nice clean home for our action files
RUN mkdir /action
Expand Down

0 comments on commit 1b12259

Please sign in to comment.