Explorar el Código

Update ruby to 2.7 to fix bundlewatch

Robert-Jan de Dreu hace 1 año
padre
commit
1b59fbd537
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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