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 e2a6228 commit da373f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
steps:
- uses: actions/checkout@master
- name: Fetch Prune Unshallow Tags
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "16"
}
}

0 comments on commit da373f4

Please sign in to comment.