We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ebb02 commit 5a7a1e9Copy full SHA for 5a7a1e9
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
22
- name: Setup Node.js
23
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
24
with:
25
node-version: '20'
26
cache: 'npm'
.github/workflows/update-dist.yml
@@ -12,7 +12,7 @@ jobs:
12
13
ssh-key: ${{ secrets.SCALA_CLI_SETUP_INTERNAL_KEY }}
14
15
16
17
18
0 commit comments