]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - .github/workflows/integration.yml
Fix CI build
[github/bastienwirtz/homer.git] / .github / workflows / integration.yml
index 3177a5ef07c56e79d16829e80c4c634887c002c7..937bc8985f84cfdbada7ef4f8df71f9994a08c3a 100644 (file)
@@ -22,16 +22,16 @@ jobs:
     steps:
     - 
       name: Checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
     - 
       name: Use Node.js ${{ matrix.node-version }}
-      uses: actions/setup-node@v2
+      uses: actions/setup-node@v4
       with:
         node-version: ${{ matrix.node-version }}
         cache: 'yarn'
     - 
       name: install dependencies
-      run: yarn install
+      run: yarn install --frozen-lockfile --non-interactive
     - 
       name: Check code style & potentential issues
       run: yarn lint