Skip to content

Commit

Permalink
ci: move release process to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Jun 18, 2024
1 parent 27721ae commit e6b39a3
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 e6b39a3

Please sign in to comment.