Skip to content

Commit cca3187

Browse files
authored
fix: node version (#90)
* downgrade local node from v18.16.1 to v16.20.1 to make it work with jsdom * make github use node v16.20.1 for the pipeline * correct the pipeline step name
1 parent 72cdc19 commit cca3187

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1515
- uses: actions/checkout@v2
1616

17-
- name: Use Node.js v14
17+
- name: Use Node.js v16.20.1
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: '14'
20+
node-version: '16.20.1'
2121
check-latest: true
2222

2323
- name: Install dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.1
1+
16.20.1

0 commit comments

Comments
 (0)