Skip to content

Commit

Permalink
Try to fix the node version issue in the publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-reis committed Aug 25, 2023
1 parent da373f4 commit 4eab745
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ on:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
runs,-on: ubuntu-latest
container: node:16-alpine
steps:
- uses: actions/checkout@master
- name: Fetch Prune Unshallow Tags
Expand Down

0 comments on commit 4eab745

Please sign in to comment.