Skip to content

Commit 4b4b113

Browse files
committed
Updated node action
1 parent fa9559d commit 4b4b113

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dev-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v1
12+
- uses: actions/setup-node@v2
1313
with:
1414
node-version: 14
15-
registry-url: https://registry.npmjs.org/
15+
registry-url: 'https://registry.npmjs.org'
1616

1717
- name: Install npm dependencies
1818
run: npm i

.github/workflows/main-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
13+
- uses: actions/setup-node@v2
1414
with:
1515
node-version: 14
16-
registry-url: https://registry.npmjs.org/
16+
registry-url: 'https://registry.npmjs.org'
1717

1818
- name: Install npm dependencies
1919
run: npm i

0 commit comments

Comments
 (0)