Skip to content

Commit

Permalink
Merge branch 'adobe:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
buuhuu authored Jan 18, 2024
2 parents e3a2484 + c15a94a commit 565c7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '16' #required for npm 8 or later.
node-version: '20'
- run: npm install
- run: npm run lint
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run semantic-release
Expand Down

0 comments on commit 565c7bf

Please sign in to comment.