We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ab338 commit fe695ddCopy full SHA for fe695dd
3 files changed
.github/workflows/deployment-checks.yml
@@ -49,7 +49,7 @@ jobs:
49
cp config/ingestion.example.yml config/ingestion.yml
50
bundle exec rake db:setup
51
- name: Set up Node
52
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
53
with:
54
node-version: '20.x'
55
cache: 'yarn'
.github/workflows/migration-test.yml
@@ -76,7 +76,7 @@ jobs:
76
rm -rf db/migrate
77
mv db/migrate.bkp db/migrate
78
79
80
81
82
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
56
57
bundle exec rake db:test:prepare
58
59
60
61
62
0 commit comments