Skip to content

Commit a729d93

Browse files
committed
ci: setup-node with v14
1 parent 4fad359 commit a729d93

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v2
17+
with:
18+
node-version: 14
1719
- uses: actions/cache@v2
1820
with:
1921
path: ~/.npm

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@master
1111
- uses: actions/setup-node@v2
1212
with:
13-
version: 12
13+
version: 14
1414
- run: npm ci
1515
- run: "npm run lint:fix"
1616
- uses: gr2m/create-or-update-pull-request-action@v1.x

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-node@v2
20+
with:
21+
node-version: 14
2022

2123
# try checking out routes-update branch. Ignore error if it does not exist
2224
- run: git checkout routes-update || true

0 commit comments

Comments
 (0)