Skip to content

Commit

Permalink
build(continuous-delivery.yaml): set node-version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 17, 2021
1 parent 39c0089 commit 237272c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Continuous Delivery

on:
"on":
push:
branches:
- '*.x' # maintenance releases such as 12.x
- "*.x"
- main
- beta
- next

jobs:
build:
name: Release
Expand All @@ -20,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
- name: Cache npm dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 237272c

Please sign in to comment.