Skip to content

Commit

Permalink
Merge pull request #3249 from cloudflare/dlapid/fix_npm_workflow_linu…
Browse files Browse the repository at this point in the history
…x_version

Downgrade publish-wrapper to ubuntu-20.04 same as _bazel.yml
  • Loading branch information
danlapid authored Dec 16, 2024
2 parents acdbbec + 8b389a6 commit ae9f195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# if: github.repository_owner == 'cloudflare'
name: Publish `workerd` to NPM
needs: [version, publish-arch-specific]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit ae9f195

Please sign in to comment.