updates node 14 version, preparations for node 16
This commit is contained in:
parent
e9c3abb7b3
commit
95e45ff20c
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x, 15.x]
|
node-version: [14.x, 16.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ then
|
||||||
print "You are running a system with ARM v6 architecture. Official support for Node.js has been discontinued"
|
print "You are running a system with ARM v6 architecture. Official support for Node.js has been discontinued"
|
||||||
print "for ARM v6. Installing experimental unofficial build of Node.js..."
|
print "for ARM v6. Installing experimental unofficial build of Node.js..."
|
||||||
|
|
||||||
NODEJS_VERSION=v14.17.0
|
NODEJS_VERSION=v14.18.1
|
||||||
sudo rm -rf /opt/nodejs
|
sudo rm -rf /opt/nodejs
|
||||||
sudo mkdir -p /opt/nodejs
|
sudo mkdir -p /opt/nodejs
|
||||||
sudo curl https://unofficial-builds.nodejs.org/download/release/$NODEJS_VERSION/node-$NODEJS_VERSION-linux-armv6l.tar.gz | sudo tar -xz --strip 1 -C /opt/nodejs/
|
sudo curl https://unofficial-builds.nodejs.org/download/release/$NODEJS_VERSION/node-$NODEJS_VERSION-linux-armv6l.tar.gz | sudo tar -xz --strip 1 -C /opt/nodejs/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue