Skip to content

Commit a4b0ed6

Browse files
committed
fix: update variables in ci file
1 parent 602df60 commit a4b0ed6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_cleaner.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on: [push]
44
env:
55
CI: "true"
66
CODECOV: "true"
7-
RUBY_VERSION: 3.1.1
8-
NODE_VERSION: 16.9.1
7+
RUBY_VERSION: 3.2.2
8+
NODE_VERSION: 18.17.1
99
WEBPACKER_RUNTIME_COMPILE: "false"
1010
RAILS_ENV: test
1111

@@ -82,4 +82,4 @@ jobs:
8282
- uses: OpenSourcePolitics/publish-gem-action@master
8383
with:
8484
github_token: ${{ secrets.GITHUB_TOKEN }}
85-
rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}
85+
rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}

0 commit comments

Comments
 (0)