Skip to content

Commit 015e740

Browse files
committed
Testing github actions
1 parent 6ccadb1 commit 015e740

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
env:
12-
ESW_TS_VERSION: "0.4.1"
12+
ESW_TS_VERSION: "ff5ca6f"
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: coursier/setup-action@v1.2.0
@@ -18,9 +18,9 @@ jobs:
1818
apps: sbt sbtn
1919
- uses: coursier/cache-action@v6
2020

21-
- uses: actions/setup-node@v1
21+
- uses: actions/setup-node@v4
2222
with:
23-
node-version: "16.x"
23+
node-version: "22.x"
2424
registry-url: "https://registry.npmjs.org"
2525

2626
- run: npm install -g junit-merge
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/upload-artifact@v4
5656
with:
5757
name: Coverage Report
58-
path: target/scala-3.6.2/scoverage-report
58+
path: target/scala-3.6.4/scoverage-report
5959

6060
- name: Delete js targets
6161
continue-on-error: true

0 commit comments

Comments
 (0)