Skip to content

Commit c7c9d30

Browse files
Merge pull request #6 from mikhailsidorov/configuring-ci
Pin nodejs version
2 parents f60518a + b916df6 commit c7c9d30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: '12.x'
12+
node-version: '14.16.1'
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: npm install
1515
- run: npm publish

.nvcmrc

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

0 commit comments

Comments
 (0)