Skip to content

Commit

Permalink
rebuild action with new node version (#22)
Browse files Browse the repository at this point in the history
also bump CI OS versions and babashka versions
  • Loading branch information
nha committed Mar 31, 2024
1 parent fb26b8a commit eb472cb
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check_url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
os: [ubuntu-latest, ubuntu-18.04]
babashka-url: ['https://github.com/babashka/babashka/releases/download/v1.1.172/babashka-1.1.172-linux-amd64-static.tar.gz']
os: [ubuntu-latest, ubuntu-20.04]
babashka-url: ['https://github.com/babashka/babashka/releases/download/v1.3.189/babashka-1.3.189-linux-amd64-static.tar.gz']
steps:
- name: Setup Babashka
id: setup-babashka
uses: turtlequeue/setup-babashka@main
with:
babashka-version: 1.1.172
babashka-version: 1.3.189
babashka-url: ${{ matrix.babashka-url }}

- name: Check if bb runs fine
Expand All @@ -24,7 +24,7 @@ jobs:
id: setup-babashka-2
uses: turtlequeue/setup-babashka@main
with:
babashka-version: 1.1.172
babashka-version: 1.3.189
babashka-url: ${{ matrix.babashka-url }}

- name: Check if bb runs fine from cache
Expand All @@ -34,13 +34,13 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
babashka-url: ['https://ci.appveyor.com/api/buildjobs/jem1nge8xapaubv6/artifacts/babashka-1.3.183-SNAPSHOT-windows-amd64.zip']
babashka-url: ['https://ci.appveyor.com/api/buildjobs/hgg0343wy6uj4xog/artifacts/babashka-1.3.190-SNAPSHOT-windows-amd64.zip']
steps:
- name: Setup Babashka
id: setup-babashka
uses: turtlequeue/setup-babashka@main
with:
babashka-version: 1.1.173-SNAPSHOT
babashka-version: 1.3.190-SNAPSHOT
babashka-url: ${{ matrix.babashka-url }}

- name: Check if bb runs fine
Expand All @@ -50,7 +50,7 @@ jobs:
id: setup-babashka-2
uses: turtlequeue/setup-babashka@main
with:
babashka-version: 1.1.173-SNAPSHOT
babashka-version: 1.3.190-SNAPSHOT
babashka-url: ${{ matrix.babashka-url }}

- name: Check if bb runs fine from cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Babashka
uses: turtlequeue/setup-babashka@main
with:
babashka-version: 1.1.172
babashka-version: 1.3.189

- name: Check bb runs
run: bb --version
4 changes: 2 additions & 2 deletions .github/workflows/self_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-18.04, macos-latest, windows-latest]
babashka-version: [0.5.0, 1.1.172]
os: [ubuntu-latest, ubuntu-20.04, macos-latest, windows-latest]
babashka-version: [0.5.0, 1.1.172, 1.3.189]
steps:
- name: Setup Babashka
id: setup-babashka
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.9.0
20.12.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.15.1
v20.12.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Babashka
uses: turtlequeue/setup-babashka@v1.5.0
uses: turtlequeue/setup-babashka@v1.6.0
with:
babashka-version: 0.8.156
babashka-version: 1.3.189

- name: Check bb runs
run: bb --version
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Babashka
uses: turtlequeue/setup-babashka@v1.5.0
uses: turtlequeue/setup-babashka@v1.6.0
with:
# this will eventually expire
babashka-version: 0.8.157-SNAPSHOT
Expand Down

0 comments on commit eb472cb

Please sign in to comment.