Skip to content

Commit 1a7c93f

Browse files
authored
fix workflows (#26)
1 parent 9ef5843 commit 1a7c93f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212

1313
- name: Setup environment
14-
- uses: actions/setup-node@v3
14+
uses: actions/setup-node@v3
1515
with:
1616
node-version-file: '.nvmrc'
1717

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Setup .npmrc file for NPM registry
3131
if: steps.version_check.outputs.changed == 'true'
32-
- uses: actions/setup-node@v3
32+
uses: actions/setup-node@v3
3333
with:
3434
node-version-file: '.nvmrc'
3535
registry-url: 'https://registry.npmjs.org'
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Setup .npmrc file for GitHub Packages
5252
if: steps.version_check.outputs.changed == 'true'
53-
- uses: actions/setup-node@v3
53+
uses: actions/setup-node@v3
5454
with:
5555
node-version-file: '.nvmrc'
5656
registry-url: 'https://npm.pkg.github.com'

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

0 commit comments

Comments
 (0)