Skip to content

Commit

Permalink
Merge pull request #50 from splitio/update_nvmrc
Browse files Browse the repository at this point in the history
Update .nvmrc
  • Loading branch information
EmilianoSanchez authored Oct 20, 2022
2 parents fd01dbd + 4d48d0e commit 5f6305c
Show file tree
Hide file tree
Showing 3 changed files with 9,427 additions and 975 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up nodejs
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16.16.0'
cache: 'npm'

- name: npm CI
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14
v16.16.0
Loading

0 comments on commit 5f6305c

Please sign in to comment.