Commit b8eb80b6 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1864 from ethereum-optimism/ci/update-node-versions

ci: standardize ci node version to 16
parents 11320c87 7490ce10
......@@ -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 12.x
- name: Setup Node.js 16.x
uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 16.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path
......
......@@ -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 12.x
- name: Setup Node.js 16.x
uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 16.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path
......
......@@ -24,7 +24,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
......
......@@ -24,7 +24,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.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: '14.x'
node-version: '16.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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment