Skip to content

Commit

Permalink
update versions & fix gha
Browse files Browse the repository at this point in the history
  • Loading branch information
krlosMata committed Sep 8, 2023
1 parent bb4b925 commit 80d58bc
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 97 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -32,7 +32,6 @@ jobs:
run: |
eval "$(ssh-agent -s)"
ssh-add /tmp/ssh-key
npm install -g npm@latest
npm i
sudo curl -L "https://github.com/docker/compose/releases/download/1.26.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -25,9 +25,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: setup
run: |
npm install -g npm@latest
npm i
run: npm i
- name: linter
run: npm run lint
- name: test
Expand Down
Loading

0 comments on commit 80d58bc

Please sign in to comment.