Skip to content

Commit

Permalink
Merge pull request #1668 from dhensby/pulls/release-deps
Browse files Browse the repository at this point in the history
ci: move release process to node 18
  • Loading branch information
dhensby authored Jun 18, 2024
2 parents 27721ae + e6b39a3 commit 7490fd8
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 1,211 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version: "18.x"
cache: 'npm'
- name: Install dependencies
run: npm clean-install
Expand Down
Loading

0 comments on commit 7490fd8

Please sign in to comment.