Skip to content

Commit

Permalink
node image
Browse files Browse the repository at this point in the history
  • Loading branch information
AndWeHaveAPlan authored Oct 1, 2024
1 parent ef111ad commit 37335a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
npm-publish-dry-run:
runs-on: ubuntu-latest
container:
image: "paritytech/ci-linux:production"
image: "node:16"
needs: [deny, test]
if: ${{ github.event_name == 'pull_request' }}
steps:
Expand Down Expand Up @@ -200,6 +200,8 @@ jobs:
npm-publish:
runs-on: ubuntu-latest
container:
image: "node:16"
needs: [tag]
if: ${{ needs.tag.outputs.TAG == 'new' }}
steps:
Expand Down

0 comments on commit 37335a1

Please sign in to comment.