Skip to content

Commit b0ae863

Browse files
committed
ci: change npm version 15 for fibers
1 parent 5164400 commit b0ae863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: '16'
24+
node-version: '15'
2525

2626
- name: Install Node.js package dependencies
2727
run: npm install

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: '16'
20+
node-version: '15'
2121
registry-url: 'https://registry.npmjs.org'
2222
always-auth : true
2323

0 commit comments

Comments
 (0)