We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccadb1 commit 015e740Copy full SHA for 015e740
1 file changed
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
release:
10
runs-on: ubuntu-latest
11
env:
12
- ESW_TS_VERSION: "0.4.1"
+ ESW_TS_VERSION: "ff5ca6f"
13
steps:
14
- uses: actions/checkout@v4
15
- uses: coursier/setup-action@v1.2.0
@@ -18,9 +18,9 @@ jobs:
18
apps: sbt sbtn
19
- uses: coursier/cache-action@v6
20
21
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v4
22
with:
23
- node-version: "16.x"
+ node-version: "22.x"
24
registry-url: "https://registry.npmjs.org"
25
26
- run: npm install -g junit-merge
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/upload-artifact@v4
56
57
name: Coverage Report
58
- path: target/scala-3.6.2/scoverage-report
+ path: target/scala-3.6.4/scoverage-report
59
60
- name: Delete js targets
61
continue-on-error: true
0 commit comments