Skip to content

Commit

Permalink
Upgrade GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocontrini committed Oct 25, 2023
1 parent bf1c009 commit ca27db5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ on:

jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup node.js
uses: actions/setup-node@v1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.13.1

Expand All @@ -39,14 +40,11 @@ jobs:
codecov -t ${{ secrets.CODECOV_TOKEN }}
docker:
name: Docker build
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v2

- name: Build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
file: Dockerfile.Prod
push: false

0 comments on commit ca27db5

Please sign in to comment.