Skip to content

Commit

Permalink
#263 pre
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 14, 2024
1 parent 866e9cb commit 9713047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/grunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
push:
pull_request:
jobs:
build:
grunt:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-2022, ubuntu-22.04, macos-12]
java: [17]
node: [16]
runs-on: ${{ matrix.os }}
Expand Down
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker:
image: yegor256/rultor-image:1.20.0
image: yegor256/rultor-image:1.22.0
assets:
npmrc: yegor256/home#assets/npmrc
install: |
Expand All @@ -15,6 +15,7 @@ merge:
- yegor256
- filfreire
release:
pre: false
commanders:
- yegor256
script: |-
Expand Down

0 comments on commit 9713047

Please sign in to comment.