Skip to content

Commit

Permalink
ci: update release audit workflow (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Mar 13, 2024
1 parent fc39528 commit bff97b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- uses: actions/checkout@v4

# Check license headers
- uses: erisu/apache-rat-action@2840c4d69521d23ab0cfd346e14406d884c656da
- uses: erisu/apache-rat-action@555ae80334a535eb6c1f8920b121563a5a985a75

# Setup environment with node
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

# Install node packages
- name: npm install packages
Expand Down
2 changes: 1 addition & 1 deletion .ratignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.(.*)
\.(.*)
(.*).txt
coverage
cordova.cmd
Expand Down

0 comments on commit bff97b6

Please sign in to comment.