Sfoglia il codice sorgente

Update ruby to 2.7 to fix bundlewatch

Robert-Jan de Dreu 1 anno fa
parent
commit
1b59fbd537
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/bundlewatch.yml

+ 1 - 1
.github/workflows/bundlewatch.yml

@@ -32,7 +32,7 @@ jobs:
       - name: Set up Bundler
         uses: ruby/setup-ruby@v1
         with:
-          ruby-version: 2.6
+          ruby-version: 2.7
           bundler-cache: true
 
       - name: Install pnpm dependencies