Skip to content

Commit b598898

Browse files
committed
chore(ci): bump node in workflows to 16, JDK to temurin
1 parent 76aa72f commit b598898

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# fetch-depth: 1
2323
# - uses: actions/setup-node@v2
2424
# with:
25-
# node-version: 14
25+
# node-version: 16
2626
# - name: Get yarn cache directory path
2727
# id: yarn-cache-dir-path
2828
# run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 1
7272
- uses: actions/setup-node@v2
7373
with:
74-
node-version: 14
74+
node-version: 16
7575
- name: Get yarn cache directory path
7676
id: yarn-cache-dir-path
7777
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -106,7 +106,7 @@ jobs:
106106
# fetch-depth: 1
107107
# - uses: actions/setup-node@v2
108108
# with:
109-
# node-version: 14
109+
# node-version: 16
110110
# - name: Get yarn cache directory path
111111
# id: yarn-cache-dir-path
112112
# run: echo "::set-output name=dir::$(yarn cache dir)"

.github/workflows/tests_e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/setup-node@v2
3636
with:
37-
node-version: '14'
37+
node-version: 16
3838
- name: Get yarn cache directory path
3939
id: yarn-cache-dir-path
4040
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -63,7 +63,7 @@ jobs:
6363
- name: Configure JDK 1.11
6464
uses: actions/setup-java@v2
6565
with:
66-
distribution: 'adopt'
66+
distribution: 'temurin'
6767
java-version: '11' # ubuntu-latest is about to default to 11, force it everywhere
6868

6969
- name: Verify JDK11
@@ -99,7 +99,7 @@ jobs:
9999

100100
- uses: actions/setup-node@v2
101101
with:
102-
node-version: 14
102+
node-version: 16
103103

104104
- uses: maxim-lobanov/setup-xcode@v1
105105
with:

0 commit comments

Comments
 (0)