Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
b8eb80b6
Unverified
Commit
b8eb80b6
authored
Dec 06, 2021
by
Mark Tyneway
Committed by
GitHub
Dec 06, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1864 from ethereum-optimism/ci/update-node-versions
ci: standardize ci node version to 16
parents
11320c87
7490ce10
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
publish-canary.yml
.github/workflows/publish-canary.yml
+2
-2
release.yml
.github/workflows/release.yml
+2
-2
static-analysis.yml
.github/workflows/static-analysis.yml
+1
-1
ts-packages.yml
.github/workflows/ts-packages.yml
+3
-3
No files found.
.github/workflows/publish-canary.yml
View file @
b8eb80b6
...
...
@@ -35,10 +35,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth
:
0
-
name
:
Setup Node.js 1
2
.x
-
name
:
Setup Node.js 1
6
.x
uses
:
actions/setup-node@master
with
:
node-version
:
1
2
.x
node-version
:
1
6
.x
-
name
:
Get yarn cache directory path
id
:
yarn-cache-dir-path
...
...
.github/workflows/release.yml
View file @
b8eb80b6
...
...
@@ -31,10 +31,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth
:
0
-
name
:
Setup Node.js 1
2
.x
-
name
:
Setup Node.js 1
6
.x
uses
:
actions/setup-node@master
with
:
node-version
:
1
2
.x
node-version
:
1
6
.x
-
name
:
Get yarn cache directory path
id
:
yarn-cache-dir-path
...
...
.github/workflows/static-analysis.yml
View file @
b8eb80b6
...
...
@@ -24,7 +24,7 @@ jobs:
-
name
:
Setup node
uses
:
actions/setup-node@v1
with
:
node-version
:
'
1
2
.x'
node-version
:
'
1
6
.x'
-
name
:
Get yarn cache directory path
id
:
yarn-cache-dir-path
...
...
.github/workflows/ts-packages.yml
View file @
b8eb80b6
...
...
@@ -24,7 +24,7 @@ jobs:
-
name
:
Setup node
uses
:
actions/setup-node@v1
with
:
node-version
:
'
1
4
.x'
node-version
:
'
1
6
.x'
-
name
:
Get yarn cache directory path
id
:
yarn-cache-dir-path
...
...
@@ -76,7 +76,7 @@ jobs:
-
name
:
Setup node
uses
:
actions/setup-node@v1
with
:
node-version
:
'
1
4
.x'
node-version
:
'
1
6
.x'
-
name
:
Get yarn cache directory path
id
:
yarn-cache-dir-path
...
...
@@ -140,7 +140,7 @@ jobs:
run
:
git fetch
-
uses
:
actions/setup-node@v1
with
:
node-version
:
14
node-version
:
'
16.x'
-
name
:
Get yarn cache directory path
id
:
yarn-cache-dir-path
...
...
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