Skip to content

Commit

Permalink
remove ci warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Jun 12, 2024
1 parent ed05047 commit 1182244
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -23,9 +23,9 @@ jobs:
bundler-cache: true

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: latest
cache: yarn

- name: Install dependencies
Expand All @@ -44,7 +44,7 @@ jobs:
env:
RAILS_ENV: test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -53,9 +53,9 @@ jobs:
bundler-cache: true

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: latest
cache: yarn

- name: Install dependencies
Expand Down

0 comments on commit 1182244

Please sign in to comment.