Skip to content

Commit

Permalink
Switch back to node@latest
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Jul 19, 2024
1 parent 779865b commit 4b47a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/Iron
node-version: latest
cache: "npm"
cache-dependency-path: ./app/package-lock.json
- run: npm ci && npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/Iron
node-version: latest
cache: "npm"
cache-dependency-path: ./app/package-lock.json
- run: npm ci
Expand Down

0 comments on commit 4b47a91

Please sign in to comment.