Skip to content

Commit

Permalink
pin grunt-cli to 1.5.0, drop node 8 & add node 14 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Feb 10, 2025
1 parent 55069b4 commit c7b8a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [ 8, 10, 12 ]
node-version: [ 10, 12, 14 ]

steps:
- name: Get Docker Hub username
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM base_couch2pg_build AS test-couch2pg
WORKDIR /app
RUN apt-get install git --assume-yes
RUN git submodule update --init
RUN npm i -g grunt-cli
RUN npm i -g grunt-cli@1.5.0


# Final
Expand Down

0 comments on commit c7b8a2d

Please sign in to comment.