Skip to content

Commit

Permalink
Update Node version per kobotoolbox/kpi#5012
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed Sep 26, 2024
1 parent 593925e commit 8ab40f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ currently empty?!? :open_mouth:
[annoyance](https://github.com/kobotoolbox/kpi/pull/4541) in the
`copy-fonts` npm script)
1. `cd` into your kpi source directory
1. `nvm use 16.15.0`, or whatever you cool kids like
1. install npm version 8.5.5. downgrade if necessary.
1. `nvm use 20.17.0`, or whatever you cool kids like
1. `npm install`
1. `npm run watch`
* are you lucky today? i am! `webpack 5.72.0 compiled successfully in 30238 ms`
Expand Down
4 changes: 2 additions & 2 deletions convenience/npmstuff.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e

NODE_VERSION='v16.15.0'
NPM_VERSION='8.5.5'
NODE_VERSION='v20.17.0'
NPM_VERSION='10.8.2'

loadnvm ()
{
Expand Down

0 comments on commit 8ab40f0

Please sign in to comment.