Skip to content

Commit

Permalink
Merge pull request #322 from cloudflare/courtney-sims-testing
Browse files Browse the repository at this point in the history
Add tests for installWrangler
  • Loading branch information
courtney-sims authored Nov 13, 2024
2 parents 6c6d332 + 9bf87ca commit cc4ede3
Show file tree
Hide file tree
Showing 6 changed files with 593 additions and 396 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "latest"
# Pinned due to compatibility issues on 23.2.0
node-version: "22"
cache: "npm"

- name: Install modules and build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "latest"
# Pinned due to compatibility issues on 23.2.0
node-version: "22"
cache: "npm"

- name: Install modules
Expand Down
Loading

0 comments on commit cc4ede3

Please sign in to comment.