Skip to content

Commit

Permalink
Update convex-js test workflow (#29912)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 5a31af8b91d4c27bb21143a8811b4cdea7fb80e5
  • Loading branch information
thomasballinger authored and Convex, Inc. committed Sep 17, 2024
1 parent 96948a4 commit e4d807c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Node setup
uses: actions/setup-node@v4
with:
node-version: "16.15.1"
node-version: "18.18.0"

- name: NPM v7
run: npm install -g npm@7 --registry=https://registry.npmjs.org
- name: NPM v8
run: npm install -g npm@8 --registry=https://registry.npmjs.org

- run: npm i

Expand Down

0 comments on commit e4d807c

Please sign in to comment.