Skip to content

Commit 9f006ad

Browse files
committed
update actions
1 parent 7bf7f51 commit 9f006ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/coana-guardrail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
ref: ${{github.base_ref}} # checkout the base branch (usually master/main).
2020

21-
- name: Use Node.js 20.x
21+
- name: Setup Node
2222
uses: actions/setup-node@v6
2323
with:
2424
node-version-file: .nvmrc

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
name: Publish to NPM
1717
runs-on: ubuntu-latest
1818
steps:
19+
- name: Checkout
1920
- uses: actions/checkout@v6
20-
- uses: actions/setup-node@v6
21+
- name: Setup Node
22+
uses: actions/setup-node@v6
2123
with:
2224
node-version-file: .nvmrc
2325
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)