Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e773479

Browse files
fix(node): Use node 16 everywhere (#400)
1 parent 1de04b6 commit e773479

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: setup
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: '15'
16+
node-version-file: '.nvmrc'
1717
- name: install
1818
run: npm ci
1919
- name: test

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup-node
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '15'
18+
node-version-file: '.nvmrc'
1919
- name: install
2020
run: npm ci
2121
- name: test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
node
1+
16

0 commit comments

Comments
 (0)