1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-09-19 16:56:42 +00:00

Update check-dist.yml

This commit is contained in:
Ashutosh Kumar Tiwari 2024-07-13 15:53:09 +05:30 committed by GitHub
parent 692973e3d9
commit d8d0154fa1
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -24,16 +24,16 @@ jobs:
steps:
- uses: actions/checkout@v4.1.6
- name: Set Node.js 20.x
uses: actions/setup-node@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
node-version: 20.x
java-version: '17'
- name: Install dependencies
run: npm ci
- name: Rebuild the index.js file
run: npm run build
- name: Build with Maven
run: mvn clean install
- name: Compare the expected and actual dist/ directories
run: |