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 602df60 commit a4b0ed6Copy full SHA for a4b0ed6
.github/workflows/ci_cleaner.yml
@@ -4,8 +4,8 @@ on: [push]
4
env:
5
CI: "true"
6
CODECOV: "true"
7
- RUBY_VERSION: 3.1.1
8
- NODE_VERSION: 16.9.1
+ RUBY_VERSION: 3.2.2
+ NODE_VERSION: 18.17.1
9
WEBPACKER_RUNTIME_COMPILE: "false"
10
RAILS_ENV: test
11
@@ -82,4 +82,4 @@ jobs:
82
- uses: OpenSourcePolitics/publish-gem-action@master
83
with:
84
github_token: ${{ secrets.GITHUB_TOKEN }}
85
- rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}
+ rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}
0 commit comments