Skip to content

Commit

Permalink
Merge pull request #626 from tnir/tnir-update-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions templates
  • Loading branch information
deivid-rodriguez authored Jul 4, 2022
2 parents 88e9077 + 0db8adb commit 719e665
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
ruby: ['3.1.2']
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -17,7 +17,7 @@ jobs:
bundler-cache: true # 'bundle install' and cache

- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
ruby: ['3.1.2']
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -19,9 +19,9 @@ jobs:
bundler-cache: true # 'bundle install' and cache

- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 15.x
node-version: 16

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 719e665

Please sign in to comment.