Преглед изворни кода

Update ruby to 2.7 to fix bundlewatch

Robert-Jan de Dreu пре 1 година
родитељ
комит
1b59fbd537
1 измењених фајлова са 1 додато и 1 уклоњено
  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