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 7bf7f51 commit 9f006adCopy full SHA for 9f006ad
.github/workflows/coana-guardrail.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
ref: ${{github.base_ref}} # checkout the base branch (usually master/main).
20
21
- - name: Use Node.js 20.x
+ - name: Setup Node
22
uses: actions/setup-node@v6
23
24
node-version-file: .nvmrc
.github/workflows/release.yml
@@ -16,8 +16,10 @@ jobs:
16
name: Publish to NPM
17
runs-on: ubuntu-latest
steps:
+ - name: Checkout
- uses: actions/checkout@v6
- - uses: actions/setup-node@v6
+ uses: actions/setup-node@v6
25
registry-url: 'https://registry.npmjs.org'
0 commit comments