Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hosting
fairmeeting
Commits
6a60a6d8
Commit
6a60a6d8
authored
Nov 02, 2021
by
Saúl Ibarra Corretgé
Browse files
Update CI to use Node 16 / npm 8
parent
b4c239ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
6a60a6d8
...
...
@@ -20,7 +20,7 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-node@v1
with
:
node-version
:
'
1
4
.x'
node-version
:
'
1
6
.x'
-
name
:
Install dependencies
run
:
sudo apt-get install libx11-dev zlib1g-dev libpng-dev libxtst-dev
-
name
:
Build it
...
...
@@ -36,7 +36,7 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-node@v1
with
:
node-version
:
'
1
4
.x'
node-version
:
'
1
6
.x'
-
name
:
Build it
env
:
GH_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
...
...
@@ -51,7 +51,7 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-node@v1
with
:
node-version
:
'
1
4
.x'
node-version
:
'
1
6
.x'
-
name
:
Build it
env
:
GH_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment